● 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()

 

'Langauge > C' 카테고리의 다른 글

포인터  (0) 2020.07.15
기본 구조  (0) 2020.06.27

+ Recent posts