⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 netcomm.h

📁 基于vxworks操作系统的电话语音平台系统
💻 H
字号:
/*-----------------------------------------------------------------------------
*
* File:  netcomm.h
*
* Description:
*
*	This file contains all general data definitions for software shared by the
*	Netcomm software group.
*
* History:
*
* 9/23/97    jay        Initial version.
*
*-----------------------------------------------------------------------------*/


/********************************************************************/
/*                 GENERAL CONSTANTS AND DEFINITIONS 				*/
/********************************************************************/

/*#define TRUE 	1*/
/*#define FALSE 	0*/
#define ON		1
#define OFF		0

/*------------------------*/
/* Fundamental Data Types */
/*------------------------*/

#define BYTE 	char
#define UBYTE 	unsigned char
#define HWORD 	short
#define UHWORD 	unsigned short
#define WORD 	long
#define UWORD 	unsigned long

/*#define BOOL unsigned char*/

#define VBYTE 	char
#define VUBYTE 	unsigned char
#define VHWORD 	short
#define VUHWORD unsigned short
#define VWORD 	long
#define VUWORD 	unsigned long
#define VBOOL 	unsigned char

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -