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

📄 system.h

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 H
字号:
/* *  COPYRIGHT (c) 1988-2002. *  On-Line Applications Research Corporation (OAR). *  All rights reserved. * *  $Id: system.h,v 1.5 2002/01/17 21:47:47 joel Exp $ */#ifndef __SYSTEM_h#define __SYSTEM_htypedef unsigned int   unsigned32;typedef unsigned short unsigned16;typedef unsigned char  unsigned8;#define USE_INLINES #define STATIC static#define INLINE inline#ifndef NULL#define NULL 0#endiftypedef unsigned int   boolean;#if !defined( TRUE ) || (TRUE != 1)#undef TRUE#define TRUE     (1)#endif#if !defined( FALSE ) || (FALSE != 0)#undef FALSE#define FALSE 0#endif#endif

⌨️ 快捷键说明

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