kolibrios/programs/media/ac97snd/ac97snd/crt.h
Sergey Semyonov (Serge) 268f6d98b7 new folders layout
git-svn-id: svn://kolibrios.org@576 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-09 16:31:02 +00:00

14 lines
287 B
C

typedef unsigned __int32 Dword;
typedef unsigned __int16 Word;
typedef unsigned __int8 Byte;
typedef unsigned __int32 size_t;
extern char *__argv[2];
void crtStartUp();
int __cdecl _purecall();
int __cdecl atexit( void (__cdecl *func )( void ));
void exit();
int main();