38 void b2Log(
const char*
string, ...)
41 va_start(args,
string);
42 vprintf(
string, args);
void b2Log(const char *string,...)
Logging function.
b2Version b2_version
Current version.
void * b2Alloc(int32 size)
Implement this function to use your own memory allocator.
void b2Free(void *mem)
If you implement b2Alloc, you should also implement this function.