Utility functions
Utility functions — Orc utility functions
|
|
Details
orc_bool
typedef unsigned int orc_bool;
ORC_ASSERT()
#define ORC_ASSERT(test)
ORC_BEGIN_DECLS
#define ORC_BEGIN_DECLS
ORC_CLAMP()
#define ORC_CLAMP(x,a,b) ((x)<(a) ? (a) : ((x)>(b) ? (b) : (x)))
ORC_END_DECLS
#define ORC_END_DECLS
ORC_EXPORT
#define ORC_EXPORT
ORC_GNUC_PREREQ()
#define ORC_GNUC_PREREQ(maj, min)
ORC_GNU_PRINTF()
#define ORC_GNU_PRINTF(a,b)
ORC_INTERNAL
#define ORC_INTERNAL
ORC_PTR_TO_INT()
#define ORC_PTR_TO_INT(x) ((int)(long)(x))
ORC_READ_UINT32_LE()
#define ORC_READ_UINT32_LE(ptr)
ORC_WRITE_UINT32_LE()
#define ORC_WRITE_UINT32_LE(ptr,val)