Last Update 2012/07/05
TOP - メモ書き - C言語
分岐・ループ
プリプロセッサ
構造体
標準ライブラリ
stdio.h
EOF fpurge() getc() fgetc() getchar() putc() fputc() putchar() fgets() fputs()
fopen() fclose() ferror() feof() clearerr() fprintf() printf() sprintf()
fscanf() scanf() sscanf() fgetpos() fsetpos() fseek() ftell() rewind()
remove() rename() setvbuf() setbuf() setbuffer() setlinebuf()
fread() fwrite()
フラグ
長さ修飾子
変換指示子
フラグ
変換指示子
string.h
strcpy() stpcpy() strncpy() strcat() strncat() strstr() strchr() strrchr()
strcmp() strncmp() strlen() strspn() strcspn() memchr() memcmp() memcpy()
memmove() memset()
stdlib.h
abs() atof() atoi() atol() strtod() strtof() strtol() malloc() calloc()
realloc() free() rand() srand() sranddev() random()
ctype.h
isalnum() isalpha() isblank() iscntrl() isdigit() isgraph() islower()
isprint() ispunct() isspace() isupper() isxdigit() tolower() toupper()
その他のライブラリ
dirent.h
[注意] このライブラリのコード例・結果は、OS X v10.6 でのみの検証となっています
opendir() closedir() readdir() seekdir() telldir() rewinddir()
opendir() closedir() readdir() seekdir() telldir() rewinddir()
sys/stat.h
--- 以降順次追加中 ---