Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4272778
  • 博文数量: 1148
  • 博客积分: 25453
  • 博客等级: 上将
  • 技术积分: 11949
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-06 21:14
文章分类

全部博文(1148)

文章存档

2012年(15)

2011年(1078)

2010年(58)

分类: C/C++

2011-06-04 21:53:35



  1. ANSI C的标准函数库(与之相关联的头文件):

  2. assert.h   errno.h  float.h   ctype.h
  3. limits.h   setjmp.h locale.h   math.h   
  4. signal.h   stdarg.h  stddef.h  stdio.h
  5. stdlib.h   string.h   time.h

  1. 表12.2标准库函数的头文件 ISO
  2. ----------------------------------------------------------------------
  3.   函数 头文件
  4. ----------------------------------------------------------------------
  5. abort stdlib. h
  6. abs stdlib. h
  7. acos math. h
  8. asctime time. h
  9. asin math. h
  10. assert assert.h
  11. atan math. h
  12. atan2 math. h
  13. atexit stdlib. h
  14. atof stdlib. h
  15. atoi stdlib. h
  16. atol stdlib. h
  17. bsearch stdlib. h
  18. BUFSIZ stdio. h
  19. calloc stdlib. h
  20. ceil math. h
  21. clearerr stdio. h
  22. clock time. h
  23. CLOCKS-PER-SEC time. h
  24. clock_t time. h
  25. cos math. h
  26. cosh math. h
  27. ctime time. h
  28. difftime time. h
  29. div stdlib. h
  30. div_t stdlib. h
  31. EDOM errno. h
  32. EOF stdio. h
  33. ERANGE errno. h
  34. errno errno. h
  35. exit stdlib. h
  36. EXIT_FAILURE stdlib. h
  37. EXIT_SUCCESS stdlib. h
  38. exp math. h
  39. fabs math. h
  40. fclose stdio. h
  41. feof stdio.h
  42. ferror stdio.h
  43. fflush stdio. h
  44. fgetc stdio.h
  45. fgetpos stdio. h
  46. fgets stdio.h
  47. FILE stdio. h
  48. FILENAME-MAX stdio. h
  49. floor math. h
  50. fmod math. h
  51. fopen stdio. h
  52. FOPEN_MAX stdio. h
  53. fpos_t stdio. h
  54. fpnntf stdio. h
  55. fputc stdio.h
  56. fputs stdio. h
  57. head stdio. h
  58. free stdlib. h
  59. freopen stdio. h
  60. frexp math. h
  61. fscanf stdio. h
  62. fseek stdio. h
  63. fsetpos stdio. h
  64. ftell stdio. h
  65. fwrite stdio. h
  66. getc stdio.h
  67. getchar stdio. h
  68. getenv stdlib. h
  69. gets stdio.h
  70. gmtime time. h
  71. HUGE-VAL math.h
  72. _IOFBF stdio. h
  73. _IOLBF stdio. h
  74. _IONBF stdio. h
  75. isalnum ctype. h
  76. isalpha ctype. h
  77. iscntrl ctype. h
  78. isdigit ctype. h
  79. isgraph ctype. h
  80. islower ctype. h
  81. isprint ctype. h
  82. ispunct ctype. h
  83. isspace ctype. h
  84. isupper ctype. h
  85. isxdigit ctype. h
  86. jmp_buf setjmp. h
  87. labs stdlib. h
  88. LC_ALL locale. h
  89. LC_COLLATE locale. h
  90. LC_CTYPE locale. h
  91. LC_MONETARY locale. h
  92. LC_NUMERIC locale. h
  93. LC_TIME locale. h
  94. struct lconv locale. h
  95. ldexp math. h
  96. ldiv stdlib. h
  97. ldiv_t stdlib. h
  98. localeconv locale. h
  99. localtime time. h
  100. log math. h
  101. log10 math. h
  102. longjmp setjmp. h
  103. L_tmpnam stdio. h
  104. malloc stdlib. h
  105. mblen stdlib. h
  106. mbstowcs stdlib. h
  107. mbtowc stdlib. h
  108. MB_CUR_MAX stdlib. h
  109. memchr string. h
  110. memcmp string. h
  111. memcpy string. h
  112. memmove string. h
  113. memset string. h
  114. mktime time. h
  115. modf math. h
  116. NDEBUG assert. h
  117. NULL locale. h.stddef. h.stdio. h.stdlib. h.string. h.time. h
  118. offsetof stddef. h
  119. perror stdio.h
  120. pow math. h
  121. printf stdio.h
  122. ptrdiff_t stddef. h
  123. putc stdio. h
  124. putchar stdio. h
  125. puts stdio. h
  126. qsort stdlib. h
  127. raise signal. h
  128. rand stdlib. h
  129. RAND_MAX stdlib. h
  130. realloc stdlib. h
  131. remove stdio. h
  132. rename stdio. h
  133. rewind stdio. h
  134. scanf stdio.h
  135. SEEK_CUR stdio. h
  136. SEEK_END stdio. h
  137. SEEK_SET stdio. h
  138. setbuf stdio. h
  139. setjmp setjmp. h
  140. setlocale locale. h
  141. setVBuf stdio. h
  142. SIGABRT signal. h
  143. SIGFPE signal. h
  144. SIGILL signal. h
  145. SIGINT signal. h
  146. signal signal. h
  147. SIGSEGV signal. h
  148. SIGTERM signal. h
  149. sig_atomic_t signal. h
  150. SIG_DFL signal. h
  151. SIG_ERR signal. h
  152. SIG_IGN signal. h
  153. sin math. h
  154. sinh math. h
  155. size_t stddef. h.stdlib. h.string. h
  156. sprintf stdio. h
  157. sqrt math. h
  158. srand stdlib. h
  159. sscanf stdio. h
  160. stderr stdio.h
  161. stdin stdio. h
  162. stdout stdio. h
  163. strcat string. h
  164. strchr string. h
  165. strcmp string. h
  166. strcoll string. h
  167. strcpy string. h
  168. strcspn string. h
  169. strerror string.h
  170. strftime time. h
  171. strlen string. h
  172. strncat string. h
  173. strncmp string. h
  174. strncpy string. h
  175. strPBrk string. h
  176. strrchr string. h
  177. strspn string. h
  178. strstr string. h
  179. strtod stdlib. h
  180. strtok string. h
  181. strtol stdlib. h
  182. strtoul stdlib. h
  183. strxfrm string. h
  184. system stblib. h
  185. tan math. h
  186. tanh math. h
  187. time time. h
  188. time_t time. h
  189. struct tm time. h
  190. tmpfile stdio. h
  191. tmpnam stdio. h
  192. TMP_MAX stdio. h
  193. tolower ctype. h
  194. toupper ctype. h
  195. ungetc stdio. h
  196. va_arg stdarg. h
  197. va_end stdarg. h
  198. valist stdarg. h
  199. va_ start stdarg. h
  200. VFPrintf stdio. h
  201. vprintf stdio. h
  202. vsprintf stdio. h
  203. wchar_t stddef. h. stdlib. h
  204. wcstombs stdlib. h
  205. wctomb stdlib. h
  206. -------------------------------------------
阅读(762) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~