2025-04-27 07:49:33 -04:00

8 lines
135 B
C

/* mem.h */
#define DSSMalloc(a) ContAlloc(a)
#define DSSFree(a) if (NULL != (a)) ContFree(a)