计算机
lstat() 与 stat() 类似, 但当文件是符号链接时, lstat() 返回该符号链接的有关信息,
而不是由该符号链接引用文件的信息
[ 本帖最后由 madfrogme 于 2012-9-26 19:05 编辑 ]
2012-08-31 10:07

2012-08-31 10:08

2012-08-31 10:25
void setbuf( FILE *restrict fp, char *restrict buf); int setvbuf( FILE *restrict fp, char *restrict buf, int mode, size_t size);
setvbuf( stream, buf, buf? _IOFBUF: _IONBUF, BUFSIZ);

2012-08-31 13:31
2012-08-31 13:44
2012-08-31 23:44

2012-08-31 23:50

2012-08-31 23:52
list_entry(task->next, struct task_struct, tasks)

2012-08-31 23:56

2012-09-01 09:23