📄 pal.h
字号:
/* --------------------------------------------------------------------
Project: PAL: Palmtop Application Library
Module: PAL.H
Author: Harry Konstas/Gilles Kohl
Started: 10. Nov. 94
Subject: Main PAL include file
-------------------------------------------------------------------- */
#ifndef _PAL_H
#define _PAL_H
#include <stddef.h>
#include <time.h>
/* --------------------------------------------------------------------
constant definitions
-------------------------------------------------------------------- */
#ifndef FALSE
#define FALSE 0
#define TRUE 1
#endif
/* --------------------------------------------------------------------
type definitions
-------------------------------------------------------------------- */
/* some utility types */
typedef unsigned char BYTE;
#ifndef NOWDW
typedef unsigned int WORD;
typedef unsigned long DWORD;
#endif
/* --------------------------------------------------------------------
prototypes
-------------------------------------------------------------------- */
#include "palfiler.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -