完成了基础的中文和英文字符显示
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef __TYPES__H__
|
||||
#define __TYPES__H__
|
||||
|
||||
#define uint8_t unsigned char
|
||||
#define uint16_t unsigned short
|
||||
#define uint32_t unsigned int
|
||||
@@ -7,4 +10,9 @@
|
||||
#define int32_t int
|
||||
#define int64_t long long
|
||||
|
||||
#define ptr_size_t unsigned long long
|
||||
|
||||
typedef int (*FUNCPTR) ( );
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user