📄 statvfs.c
字号:
#define __statvfs64(file, buf) __no_statvfs64(file, buf)#define statvfs64(file, buf) no_statvfs64(file, buf)#include "../statvfs.c"strong_alias (statvfs, __statvfs64)weak_alias (statvfs, statvfs64)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -