Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  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[2];
  8.  
  9. void crtStartUp();
  10. int __cdecl _purecall();
  11. int __cdecl atexit( void (__cdecl *func )( void ));
  12. void exit();
  13. int main();
  14.