摘要: read and write file is a very common operation regarding file mainuplation.However, the powerfull getline only can read line by line(with new line cha... 阅读全文
posted @ 2014-10-24 11:25 airforce 阅读(185) 评论(0) 推荐(0)
摘要: Namestat, fstat, lstat - get file statusSynopsis#include #include #include int stat(const char *path, struct stat *buf);int fstat(intfd, struct stat *... 阅读全文
posted @ 2014-10-24 09:00 airforce 阅读(1134) 评论(0) 推荐(0)