stdlib.h里面定义了五种类型、一些宏和通用工具函数。 类型例如size_t、wchar_t、div_t、ldiv_t和lldiv_t; 宏例如EXIT_FAILURE、EXIT_SUCCESS、RAND_MAX和MB_CUR_MAX等等; 常用的函数如malloc()、calloc()、realloc()()、free()、system()、atoi()、atol()、rand()、srand()、exit()等等。
(stdlib.h)即随机数函数表,包含rand、random、randomize、srand
#include
#include
#include
#include
#include
详细内容请查看http://blog.csdn.net/yangzhiloveyou/article/details/6471186