2006-10-06 08:20:41 +02:00
|
|
|
typedef unsigned __int32 Dword;
|
|
|
|
typedef unsigned __int16 Word;
|
|
|
|
typedef unsigned __int8 Byte;
|
|
|
|
typedef unsigned __int32 size_t;
|
|
|
|
|
|
|
|
|
2007-01-20 09:51:41 +01:00
|
|
|
extern char *__argv[2];
|
2006-10-06 08:20:41 +02:00
|
|
|
|
|
|
|
void crtStartUp();
|
|
|
|
int __cdecl _purecall();
|
|
|
|
int __cdecl atexit( void (__cdecl *func )( void ));
|
|
|
|
void exit();
|
|
|
|
int main();
|