Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | 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
 
7
extern char *__argv;
8
 
9
void crtStartUp();
10
int __cdecl _purecall();
11
int __cdecl atexit( void (__cdecl *func )( void ));
12
void exit();
13
int main();