📄 stat_tmpl.h
字号:
static inline int STAT(___zlibc_l)(const char *file_name, struct KSTAT *buf){#ifdef HAVE___XSTAT return STAT(zlib_real_lx)(ZLIB_STAT_VERSION, file_name, (struct USTAT *) buf);#else return STAT(zlib_real_l)(file_name, buf); #endif}static inline int STAT(___zlibc_)(const char *file_name, struct KSTAT *buf){#ifdef HAVE___XSTAT return STAT(zlib_real_x)(ZLIB_STAT_VERSION, file_name, (struct USTAT *) buf);#else return STAT(zlib_real_)(file_name, buf );#endif}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -