ChinaUnix.net
相关文章推荐:

linux c 手册

= color="red">linux c 函数手册 (中文) = color="red">linux c 函数手册 (中文) http://fair.athost.net/main/color="red">linux_c/default.htm 本文来自chinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/38254/showart_542299.html

by liuxiduan - Linux文档专区 - 2008-04-16 11:52:19 阅读(921) 回复(0)

相关讨论

网上找到这个不错的函数手册,blog之以备忘 http://man.chinaunix.net/develop/c&c++/color="red">linux_c/default.htm 本文来自chinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/15188/showart_88731.html

by cmiyc - Linux文档专区 - 2006-03-21 15:29:05 阅读(867) 回复(0)

csdn上下载 文件: color="red">linux_c函数.rar 大小: 144KB 下载: 下载 本文来自chinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/8478/showart_343357.html

by jadge_brt - Linux文档专区 - 2007-07-20 09:53:42 阅读(985) 回复(0)

我把color="red">linux中的c函数编译成已编译html帮助文件,如有需要的可以到我的网络u盘中下载里面包涵的函数主要有一下: isalnum isalpha isascii iscntrl isdigit isgraphis islower isprint isspace ispunct isupper isxdigit 字符串转换篇 atof atoi atol gcvt strtod strtol strtoul toascii tolower toupper 内存控制篇 calloc free getpagesize malloc mmap munmap 日期时间篇 asctime ctime gettimeofday gmtime localtime mktime se...

by sunqianpanda - Linux文档专区 - 2007-01-09 16:28:51 阅读(977) 回复(0)

http://hit168.qyun.net 这里有更多color="red">linux书籍下载

by hit168 - 下载共享 - 2012-07-06 11:05:17 阅读(3155) 回复(8)

color="red">linux下c编程详解 目录介绍,具体内容见附件 文件: color="red">linux下c编程高效手册.zip 大小: 78KB 下载: 下载 color="red">linux下c编程详解... 1 1)color="red">linux程序设计入门--基础知识... 3 1.源程序的编译... 3 2.Makefile的编写... 4 3.程序库的链接... 5 4.程序的调试... 5 5.头文件和系统求助... 6 2)color="red">linux程序设计入门--进程介绍... 6 1。进程的概念... 6 2。进程的标志... 7 3。进程的创建... 8 4。守护进程的创建... 9 3)color="red">linux程序设计入门--文件...

by micraobot - Linux文档专区 - 2007-07-31 13:52:54 阅读(1016) 回复(0)

color="red">linux c常用库函数手册 编程很开发很有用的手册。 文件: color="red">linux c常用库函数手册.rar 大小: 253KB 下载: 下载 本文来自chinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/37510/showart_300844.html

by mailer3721 - Linux文档专区 - 2007-05-14 12:52:42 阅读(946) 回复(0)

getopt(分析命令行参数) 相关函数 表头文件 #include 定义函数 int getopt(int argc,char * const argv[ ],const char * optstring); 函数说明 getopt()用来分析命令行参数。参数argc和argv是由main()传递的参数个数和内容。参数optstring 则代表欲处理的选项字符串。此函数会返回在argv 中下一个的选项字母,此字母会对应参数optstring 中的字母。如果选项字符串里的字母后接着冒号“:”,则表示还有相关的参数,全域变量opt...

by liuxiduan - Linux文档专区 - 2008-04-16 12:09:18 阅读(502) 回复(0)
by atg - C/C++ - 2006-01-18 19:19:19 阅读(3603) 回复(2)

如题,没个函数book,都在查半天,太费劲了

by li2002708 - C/C++ - 2003-10-16 21:55:37 阅读(1507) 回复(8)

很喜欢类似 php 手册那种不深不浅的文档,cU 上有这个 http://man.chinaunix.net/develop/c&c++/color="red">linux_c/default.htm 看了质量比较差的说... 是不是 color="red">linux/unix 下做 c 开发的一般不用查手册?还是搬本参考书? 求教 :)

by HickWu - C/C++ - 2008-10-10 09:11:19 阅读(1899) 回复(5)