📄 stat.h-data
字号:
#ifndef ISOtype {struct stat}element {struct stat} dev_t st_develement {struct stat} ino_t st_inoelement {struct stat} mode_t st_modeelement {struct stat} nlink_t st_nlinkelement {struct stat} uid_t st_uidelement {struct stat} gid_t st_gidelement {struct stat} dev_t st_rdevelement {struct stat} off_t st_sizeelement {struct stat} time_t st_atimeelement {struct stat} time_t st_mtimeelement {struct stat} time_t st_ctimeelement {struct stat} blksize_t st_blksizeelement {struct stat} blkcnt_t st_blockstype blkcnt_ttype blksize_ttype dev_ttype ino_ttype mode_ttype nlink_ttype uid_ttype gid_ttype off_ttype time_tconstant S_IFMTconstant S_IFBLKconstant S_IFCHRconstant S_IFIFOconstant S_IFREGconstant S_IFDIRconstant S_IFLNKconstant S_IRWXUconstant S_IRUSRconstant S_IWUSRconstant S_IXUSRconstant S_IRWXGconstant S_IWGRPconstant S_IXGRPconstant S_IRWXOconstant S_IROTHconstant S_IWOTHconstant S_IXOTHconstant S_ISUIDconstant S_ISGIDconstant S_ISVTXmacro S_ISBLKmacro S_ISCHRmacro S_ISDIRmacro S_ISFIFOmacro S_ISREGmacro S_ISLNK// How to represent optional tests?optional-macro S_TYPEISMQoptional-macro S_TYPEISSEMoptional-macro S_TYPEISSHMoptional-macro S_TYPEISTMOfunction int chmod (const char*, mode_t)function int fchmod (int, mode_t)function int fstat (int, struct stat*)function int lstat (const char*, struct stat*)function int mkdir (const char*, mode_t)function int mkfifo (const char*, mode_t)function int mknod (const char*, mode_t, dev_t)function int stat (const char*, struct stat*)function mode_t umask (mode_t)allow st_*allow S_*allow *_t#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -