● stdio.h
- printf(), scanf()
● ctype.h
- isalnum(), isalpha(), islower(), isupper(), islower(), isupper()
● math.h
- ceil(), floor(), pow(), sqrt(), abs(), log()
● stdlib.h
- atoi(), atof(), rand()
● string.h
- strlen(), strcmp(), strstr(), strcpy()
● time.h
- time(), clock()