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

📄 global.h

📁 此压缩包为杰得开发得z228的BSP的源代码,可以实现很多功能,尤其是视频解码有很好的效果.
💻 H
字号:
/********************************************************/
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -