跳转到内容

Compiler 2013: Standard libraries

来自ACM Class Wiki

Low-level access functions

 malloc ...
 int getchar ( void )
 int putchar ( int character )

Standard library functions

 strcpy
 strcmp
 strcat
 ...
 printf
 scanf
 ...