搜索资源列表
c_functions
- Linux 常用C函数(中文版) html 格式
c_functions
- Linux 常用C函数(中文版) html 格式-Linux commonly used C functions (Chinese version) html format
C_functions
- c所有函数速查日记,对于新手来说是一份很好的学习资料-#include <stdio.h> #include <stdlib.h> int main(void) { printf("Calling abort()\n") abort() return 0 /* This is never reached*/ }