MS Jeong - Blog
[Function] squeeze(char s[], int c): delete all c from s 본문
'Programming > Function' 카테고리의 다른 글
[Function] getBits(unsigned int x, int p, int n): get n bits from position p (0) | 2017.08.06 |
---|---|
[Function] strcat(char s[], char t[]): concatenate t to end of s; s must be big enough (0) | 2017.08.06 |
[Function] lower(int c): convert c to lower case; ASCII only (0) | 2017.08.06 |
[Function] atoi(char s[]): convert s to integer (0) | 2017.08.06 |
[Function] strlen(char s[]): return length of s (0) | 2017.08.06 |
Comments