왜 strchr의 두번째 인자는 char가 아닌 int일까?
2018. 2. 25. 19:58
https://stackoverflow.com/questions/2394011/why-does-strchr-take-an-int-for-the-char-to-be-found
요약 : short, char 등이 파라메터로 들어갈 때 int로 승격되던 C의 잔재
'프로그래밍 > C, C++ 공부' 카테고리의 다른 글
free,와 delete[]는 배열의 크기를 어떻게 아는걸까? (0) | 2018.03.02 |
---|---|
str 시리즈 구현해보기 (strlen, strcpy, strncpy, strcat, strcmp, strchr, strstr, strtok) (0) | 2018.02.26 |
C에서의 파일 입출력 (0) | 2018.02.23 |
함수 포인터 (0) | 2018.02.21 |
C의 전처리기 명령어들 (지시어directives) (0) | 2018.02.21 |