|
sipxportlib
Version 3.3
|

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 |
| #define FALSE ((UtlBoolean)(1==0)) |
| #define TRUE ((UtlBoolean)(1==1)) |
| #define NULL 0 |
| #define UTL_NOT_FOUND ((size_t)-1) |
| 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.
1.8.11