Subversion Repositories Kolibri OS

Rev

Rev 205 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
165 serge 1
typedef unsigned __int32 Dword;
2
typedef unsigned __int16 Word;
3
typedef unsigned __int8 Byte;
4
typedef unsigned __int32 size_t;
5
 
6
 
286 serge 7
extern char *__argv[2];
165 serge 8
 
9
void crtStartUp();
10
int __cdecl _purecall();
11
int __cdecl atexit( void (__cdecl *func )( void ));
12
void exit();
13
int main();