inttypes.h

来自「RTEMS (Real-Time Executive for Multiproc」· C头文件 代码 · 共 23 行

H
23
字号
/* * inttypes.h * * ISO C99 Format conversion of integer types. * *  $Id: inttypes.h,v 1.1 2002/04/16 13:23:40 joel Exp $ */#ifndef __INTTYPES_H#define __INTTYPES_H#ifdef __cplusplusextern "C" {#endif#include <stdint.h>#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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