Это старая версия
O0 за 2008-07-31 16:56:59..
Из Винды:
#define ANYSIZE_ARRAY 1
...
ULONG SubAuthority[ ANYSIZE_ARRAY ];
char buffer[2048]; //Hmm... <— комментарий авторов :)
BOOL SomeFunction() //там таких несколько
{
return TRUE; // это типа if(!SomeFunction()) printf(«Hello ktoolhoo!»);
}
void SomeFunction2()
{
// this routine shold not be called directly use SomeFunction!.
}
#ifndef NOTHING
#define NOTHING
#endif