📄 inttypes.h
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -