BInternal.h File Reference


Detailed Description

Definition in file BInternal.h.

Go to the source code of this file.

Defines

#define null   0
#define countof(x)   (int)(sizeof(x) / sizeof(x[0]))
#define forever   while (1)
#define until(x)   while (!(x))
#define streq(a, b)   (!strcmp(a,b))
#define streqn(a, b, n)   (!strncmp(a,b,n))
#define POINTER_SIZED_INT   long
#define POINTER_SIZED_UINT   unsigned long
#define UL2VP(x)   (void*)(POINTER_SIZED_UINT)x
#define SL2VP(x)   (void*)(POINTER_SIZED_INT)x
#define VP2UL(x)   (unsigned long)(POINTER_SIZED_UINT)x
#define VP2SL(x)   (long)(POINTER_SIZED_INT)x
#define UNREFERENCED(x)   (void)(x)

Functions

void dprintf (char const *format,...)


Generated on Tue Jan 6 22:41:37 2009 for Autodesk DWF 3D Toolkit by  doxygen 1.4.5