OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Macros | |
#define | Xmark() |
#define | Xclear() |
#define | Xmalloc(size) malloc(size) |
#define | Xcalloc(nelem, elsize) calloc(nelem, elsize) |
#define | Xfree(pointer) free(pointer) |