# | Line 21 | Line 21 | |
---|---|---|
21 | #ifndef MALLOC_H | |
22 | #define MALLOC_H | |
23 | ||
24 | – | #define MyFree(X) _MyFree((void **) &X) |
25 | – | |
24 | extern void *xcalloc(size_t bytes); | |
25 | < | extern void _MyFree(void **var); |
25 | > | extern void xfree(void *); |
26 | extern void *xstrdup(const char *); | |
27 | ||
28 | #endif /* MALLOC_H */ |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |