#include < sys/types.h > #include < sys/stat.h > #include < unistd.h > #include#include int main(){ struct stat buf; if (stat("file.txt", &buf) < 0){ perror("stat"); return 1; } printf("%s", ctime(&buf.st_mtime)); return 0; }
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший