fcntl.h
来自「早期freebsd实现」· C头文件 代码 · 共 30 行
H
30 行
#ifndef fcntl_hextern "C" {#ifdef __fcntl_h_recursive#include_next <fcntl.h>#else#define fcntl __hide_fcntl#define open __hide_open#define creat __hide_creat#define __fcntl_h_recursive#include <_G_config.h>#include_next <fcntl.h>#undef fcntl#undef open#undef creat#define fcntl_h 1int fcntl(int, int, ...);int creat _G_ARGS((const char*, unsigned short int));int open _G_ARGS((const char*, int, ...));#endif}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?