1 void* emalloc9p(ulong sz); 2 void* erealloc9p(void *v, ulong sz); 3 char* estrdup9p(char *s); 4 5 #define DMDIR CHDIR 6