MS Jeong - Blog
[Function] strcat(char s[], char t[]): concatenate t to end of s; s must be big enough 본문
Programming/Function
[Function] strcat(char s[], char t[]): concatenate t to end of s; s must be big enough
숫눈길 2017. 8. 6. 21:57'Programming > Function' 카테고리의 다른 글
[Function] bitCount(unsigned int x): count 1 bits in x(1st Version) (0) | 2017.08.06 |
---|---|
[Function] getBits(unsigned int x, int p, int n): get n bits from position p (0) | 2017.08.06 |
[Function] squeeze(char s[], int c): delete all c from s (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 |
Comments