sipxportlib  Version 3.3
Macros | Typedefs
UtlDefs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FALSE   ((UtlBoolean)(1==0))
 
#define TRUE   ((UtlBoolean)(1==1))
 
#define NULL   0
 
#define UTL_NOT_FOUND   ((size_t)-1)
 

Typedefs

typedef int UtlBoolean
 
typedef const char *const UtlContainableType
 

Macro Definition Documentation

#define FALSE   ((UtlBoolean)(1==0))
#define TRUE   ((UtlBoolean)(1==1))
#define NULL   0
#define UTL_NOT_FOUND   ((size_t)-1)

Typedef Documentation

typedef int UtlBoolean
typedef const char* const UtlContainableType

FORMAT_INTLL is a string containing the format length specifier for printing an intll with the 'd', 'x', etc. format specifiers. E.g.: intll xyz; printf("The value is %" FORMAT_INTLL "d", xyz); Note that the '' before and the format specifier after must be provided. This must be a #define, since this specifier isn't standardized.