タグ

2014年9月17日のブックマーク (1件)

  • Man page of STAT

    Section: Linux Programmer's Manual (2) Updated: 2014-08-19 Index JM Home Page roff page 名前 stat, fstat, lstat, fstatat - ファイルの状態を取得する 書式 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *pathname, struct stat *buf); int fstat(int fd, struct stat *buf); int lstat(const char *pathname, struct stat *buf); #include <fcntl.h> /* AT_* 定数の定義 */ #include <sys/stat.h> in

    tk60qt
    tk60qt 2014/09/17
    int stat(const char *pathname, struct stat *buf);