로딩중...
검색중...
일치하는것 없음
common.hpp 파일 참조

이 파일의 소스 코드 페이지로 가기

매크로

#define tchar   char
 
#define tcslen   strlen
 
#define tcscat   strcat
 
#define tcscpy   strcpy
 
#define tcsncpy   strncpy
 
#define tcscmp   strcmp
 
#define tcsncmp   strncmp
 
#define tprintf   printf
 
#define tscanf   scanf
 
#define fgetts   fgets
 
#define fputts   fputs
 

상세한 설명

Unicode and character type abstractions for cross-platform compatibility