MyWackoSite : O0

Из Винды:


#define ANYSIZE_ARRAY 1
...
ULONG SubAuthority[ ANYSIZE_ARRAY ];


char buffer[2048]; //Hmm... <— комментарий авторов :)



BOOL SomeFunction() //там таких несколько
{
return TRUE; // это типа if(!SomeFunction()) printf(«Uoops!»);
}



void SomeFunction2()
{
// this routine shold not be called directly use SomeFunction1.
}



#ifndef NOTHING
#define NOTHING
#endif



USHORT e_magic; // Magic number


const LARGE_INTEGER Magic86400000 = ...