bits.h File Reference

Go to the source code of this file.

Defines

#define error_ptr(error)   ((void*)error)
#define hexdigit(x)   (((x) <= '9') ? (x) - '0' : ((x) & 7) + 9)
#define is_error(ptr)   ((unsigned long)ptr > (unsigned long)-4000L)
#define max(a, b)   ((a) > (b) ? (a) : (b))
#define min(a, b)   ((a) < (b) ? (a) : (b))

Define Documentation

#define error_ptr ( error   )     ((void*)error)

Definition at line 24 of file bits.h.

#define hexdigit (  )     (((x) <= '9') ? (x) - '0' : ((x) & 7) + 9)

Definition at line 23 of file bits.h.

#define is_error ( ptr   )     ((unsigned long)ptr > (unsigned long)-4000L)

Definition at line 25 of file bits.h.

#define max ( a,
 )     ((a) > (b) ? (a) : (b))

Definition at line 20 of file bits.h.

#define min ( a,
 )     ((a) < (b) ? (a) : (b))

Definition at line 16 of file bits.h.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines


csm
Author(s): Ivan Dryanovski, William Morris
autogenerated on Fri Jan 11 09:15:56 2013