C-Language 썸네일형 리스트형 sscanf(), swscanf() example sscanf(), swscanf() example sscanf(const char *src, const char *format, ...) swscanf(const wchr_t *src, const wchar_t *format, ...) sscanf()함수는 한개의 문자가 1바이트로 된 문자열로부터 한개의 문자를 읽어서 지정한 변수(char형 변수)에 저장한다 swscanf()함수는 한개의 문자가 2바이트로 된 문자열로부터 한개의 문자를 읽어서 지정한 변수(wchar_t형변수)에 저장한다 #include #include #include /* sscanf(const char *src, const char *format, ...) * swscanf(const wchr_t *src, const wchar_t *.. 더보기 이전 1 ··· 65 66 67 68 69 70 71 ··· 83 다음