Это старая версия
O0 за 2008-07-30 11:48:03..
Из Винды:
#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 colled directly use SomeFunction!.
}