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

📄 stdint.h

📁 用于嵌入式Linux系统的标准C的库函数
💻 H
字号:
/* libc/sys/linux/include/stdint.h - Standard integer types *//* Written 2000 by Werner Almesberger */#ifndef _NEWLIB_STDINT_H#define _NEWLIB_STDINT_H/* * FIXME: linux/types.h defines various types that rightfully belong into * stdint.h. So we have no choice but to include linux/types.h directly, even * if this causes name space pollution. Note: we have to go via sys/types.h * in order to resolve some other compatibility issues. */#include <sys/types.h>#endif

⌨️ 快捷键说明

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