프로그래밍/C/C++ my_strlen 함수 만들어보기 [Noa] 2011. 10. 15. 13:52 C언어 에서 strlen 함수를 사용하면 문자열 길이를 가져올수 있습니다. 따라서, 직접 my_strlen 함수를 만들고자 합니다. my_strlen.c