types.h

来自「主要用于无线传感网络的编写的书籍.对于初学者有着很大的用处」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef __TYPES__#define __TYPES__/******************************************************************** * This file exists only because when using various platforms, * sometimes the uint8_t and uint16_t types don't exist.  You can * #include <stdint.h> if your system has it, if not, use the typedefs. * If your system already has these defined, just comment out this * whole file ********************************************************************///#include <stdint.h>#define uint8_t unsigned char#define uint16_t unsigned short#endif

⌨️ 快捷键说明

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