Name: Anonymous 2011-01-01 5:55
1. voidsterr
2. voidsy err
3. void star (faggot)
4. vissy stug
2. voidsy err
3. void star (faggot)
4. vissy stug
void-pointer
voidp is a void?
typedef void* HANDLE;
HANDLE lpDwEventAttr = NULL;
void.h#define NULLx2 NULL, NULL
#define NULLx3 NULLx2, NULL
#define NULLx4 NULLx3, NULL
#define NULLx5 NULLx3, NULLx2
#define NULLx6 NULLx3, NULLx3
#ifdef DEFINE_NULL
#if DEFINE_NULL > 0
#include "sub1.h" // reduces DEFINE_NULL by 1
#define NULLs NULL, DEFINE_NULL
#include "thisfile.h" // recursively includes the file with DEFINE_NULL-=1
#else
#undef DEFINE_NULL
#endif
#endif
// now you have NULLs = NULL, NULL, ..., NULL"sub.h" filled with some cpp voodoo. It's more pratical to define them by hand or use a separate macro processor.