global.h

来自「此压缩包为杰得开发得z228的BSP的源代码,可以实现很多功能,尤其是视频解码有」· C头文件 代码 · 共 35 行

H
35
字号
/********************************************************/
/* global.h: head of type and macro.		*/
/* Author   : qzsu																			*/
/* History  : 2006-11-11																*/
/********************************************************/

#ifndef _global_h
#define _global_h

#ifdef __cplusplus
extern "C"
{
#endif



typedef unsigned int U32;
typedef unsigned char U8;

typedef enum {false=0 , true=1} bool;









#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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