一些常用C库函数所属的头文件,列出来用的时候查的方便
时间:2015-05-20 09:42:15
收藏:0
阅读:177
malloc
头文件: stdlib.h 或者 malloc.h
memset
头文件: string.h 或memory.h
printf
头文件: stdio.h
原文:http://blog.csdn.net/xxm524/article/details/45866327
评论(0)