const.h

来自「12864串口显示显示程序」· C头文件 代码 · 共 29 行

H
29
字号
#ifndef _const_h_
#define _const_h_

typedef    unsigned int    uint16;  
typedef    unsigned int   UINT;  
typedef    unsigned int   uint;  
typedef    unsigned int   UINT16;  
typedef    unsigned int   WORD;  
typedef    unsigned int   word; 
typedef      int        int16;  
typedef      int        INT16;  
typedef    unsigned long  uint32;  

typedef    unsigned long     UINT32;  
typedef    unsigned long    DWORD;  
typedef    unsigned long    dword;  
typedef    long            int32;  
typedef    long            INT32;  
typedef    signed  char     int8; 
typedef    signed  char     INT8;  
typedef    unsigned char      byte;  
typedef    unsigned char     BYTE;  
typedef    unsigned char     uchar; 
typedef    unsigned char     UINT8;  
typedef    unsigned char    uint8; 
typedef    unsigned char    BOOL;  


#endif

⌨️ 快捷键说明

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