摘要: Suppose we abstract our file system by a string in the following manner:The string "dir\n\tsubdir1\n\tsubdir2\n\t\tfile.ext" represents:dir subdir1 su 阅读全文
posted @ 2018-09-10 10:29 jasminemzy 阅读(168) 评论(0) 推荐(0) 编辑
摘要: The API: int read4(char *buf) reads 4 characters at a time from a file. The return value is the actual number of characters read. For example, it retu 阅读全文
posted @ 2018-09-10 04:12 jasminemzy 阅读(122) 评论(0) 推荐(0) 编辑
摘要: The API: int read4(char *buf) reads 4 characters at a time from a file.The return value is the actual number of characters read. For example, it retur 阅读全文
posted @ 2018-09-10 04:11 jasminemzy 阅读(156) 评论(0) 推荐(0) 编辑