pal.h
来自「通过串口存取HP100LX/HP200LX 掌上型电脑上的文件」· C头文件 代码 · 共 45 行
H
45 行
/* --------------------------------------------------------------------
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 + =
减小字号Ctrl + -
显示快捷键?