common.hpp File Reference

Go to the source code of this file.

Macros

#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
 

Detailed Description

Unicode and character type abstractions for cross-platform compatibility