forked from KolibriOS/kolibrios
3eda462807
Programs: fasm updated to 1.67.14, small fixes in desktop, stackcfg, calc, board, pipes, freecell, big cleanup of unused programs, added some applications from 0.6.3.0 distr... git-svn-id: svn://kolibrios.org@205 a494cfbc-eb01-0410-851d-a64ba20cac60
14 lines
284 B
C
14 lines
284 B
C
typedef unsigned __int32 Dword;
|
|
typedef unsigned __int16 Word;
|
|
typedef unsigned __int8 Byte;
|
|
typedef unsigned __int32 size_t;
|
|
|
|
|
|
extern char *__argv;
|
|
|
|
void crtStartUp();
|
|
int __cdecl _purecall();
|
|
int __cdecl atexit( void (__cdecl *func )( void ));
|
|
void exit();
|
|
int main();
|