xstat.c
来自「glibc 2.9,最新版的C语言库函数」· C语言 代码 · 共 11 行
C
11 行
#include <kernel-features.h>#include "../../i386/xstat.c"#ifdef __NR_stat64# if __ASSUME_STAT64_SYSCALL == 0/* The variable is shared between all wrappers around *stat{,64} calls. */int __have_no_stat64;# endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?