C标准库函数集总结

常用网站 在线编译: https://www.tutorialspoint.com/compile_c_online.php 头文件参考: http://www.cplusplus.com/reference/clibrary/ 标准库说明: assert.h 错误检查 void assert(int expression) 这实际上是一个宏,不是一个函数,可用于在 C 程序中添加诊断。 ctyp
相关文章
相关标签/搜索