MS Jeong - Blog
[Function] abs(int) 본문
'Programming > Function' 카테고리의 다른 글
[Function] strlen(char s[]): return length of s (0) | 2017.08.06 |
---|---|
[Function] copy(char to[], char from[]): copy 'from' into 'to'; assume to is big enough (0) | 2017.08.06 |
[Function] getLine(char s[], int lim): read a line into s, return length (0) | 2017.08.06 |
[Function] power(int base, int n): raise base to n-th power; n >= 0 (0) | 2017.08.06 |
[Function] gcd(int, int) (0) | 2017.07.29 |
Comments