Tuesday, February 24, 2004

#define _UNICODE
#include <nonstdio.h>
#include <tchar.h> //For Generic-Text Mappings

#define blank _T("")

int main(void)
{
blog(blank);
return 0;
}
Need I say more...

No comments: