영문도 한글도 한자도 일본어도 전부 1글자로 처리해서 카운트하는

문자열 길이 함수 getStringRealLen()을 코딩하라.


int getStringRealLen(char *s) {


}