发布时间:2015-05-19 22:48:58
CLOSE(2) Linux Programmer’s Manual CLOSE(2)NAME close - close a file descriptorSYNOPSIS #include <unistd.h>&nbs.........【阅读全文】
发布时间:2015-05-16 22:47:01
WRITE(1) Linux Programmer’s Manual WRITE(1)NAME write - send a message to another user //写--发送一个信息给其他用户.........【阅读全文】
发布时间:2015-05-14 22:26:24
NAME strcmp, strncmp - compare two stringsSYNOPSIS #include int strcmp(const char *s1, const char *s2); int strncmp(const char *s1, const char *s2, size_t n);DESCRIPTION/.........【阅读全文】