#include <stdlib.h>
#include <string.h>
#include <strings.h>
Go to the source code of this file.
Defines | |
| #define | gMemSet(P, L, C) memset((P),(C),(L)) |
| swap arguments for character and length | |
Needed because the palm platform does not supply compatible calls for malloc, free etc.
Definition in file mem_compat.h.
|
|
Value: qsort(a, b, c, \
(int (*)(const void *, const void *))d)Definition at line 21 of file mem_compat.h. |
1.2.18