您好,本博客已停止更新,请访问我的网站,新价值网(www.xinvalue.com),了解我的最新动态,一起交流技术!
随笔 - 6  文章 - 0  trackbacks - 0

常用链接

留言簿

随笔档案(6)

科技

最新随笔

搜索

  •  

积分与排名

  • 积分 - 1113
  • 排名 - 2267

最新评论

阅读排行榜

评论排行榜

      #include<stdlib.h>是C语言中的一个头文件,首先,stdlib.h的解释
*Purpose:
* This include file contains the function declarations for commonly
* used library functions which either don't fit somewhere else, or,
* cannot be declared in the normal place for other reasons.

    意思是一些常用的函数,但是又不知道把它们放到哪里合适,因此就都放到了stdlib.h这个头文件中。
stdlib.h可以提供一些函数与符号常量,具体如下:
根据ISO标准,stdlib.h提供以下类型:
size_t, wchar_t, div_t, ldiv_t, lldiv_t

常量
NULL, EXIT_FAILURE, EXIT_SUCESS, RAND_MAX, MB_CUR_MAX
函数
atof, atoi, atol, strtod, strtof, strtols, strtol, strtoll, strtoul, strtoull, rand, srand, callc, free, maloc, realloc, abort, atexit, exit, getenv, system, bsearch, qsort, abs, div, labs, ldiv, llabs, tlldiv, mblen, mbtowc, wctomb, mbstowcs, wcstombs
posted on 2011-08-31 15:16 唐有炜 阅读(196) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理