C Driver API 3.0.0
API for the NuoDB C Driver Library
Loading...
Searching...
No Matches
utils.h File Reference

NuoDB utilities. More...

#include <stddef.h>

Go to the source code of this file.

Macros

#define NUODB_CAPI
 
#define NUODB_CAPI_STDCALL
 
#define NUODB_CAPICALL   NUODB_CAPI_STDCALL
 
#define NUODB_CDRIVER_MAJOR   3
 
#define NUODB_CDRIVER_MINOR   0
 
#define NUODB_CDRIVER_PATCH   0
 
#define NUODB_CDRIVER_VERSION   "3.0.0"
 
#define NUODB_FALSE   0
 
#define NUODB_TRUE   1
 

Typedefs

typedef unsigned char nuodb_bool_t
 NuoDB boolean type.
 

Functions

NUODB_CAPI void *NUODB_CAPICALL NuoDB_alloc (size_t size)
 
NUODB_CAPI void NUODB_CAPICALL NuoDB_free (void *ptr)
 

Detailed Description

NuoDB utilities.