#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <stddef.h>#include <sys/types.h>#include "EST_unix.h"#include <string.h>#include "EST_cutils.h"
Go to the source code of this file.
Functions | |
| void * | safe_walloc (size_t size) |
| void * | safe_wrealloc (void *ptr, size_t size) |
| void * | safe_wcalloc (size_t num, size_t size) |
| char * | wstrdup (const char *s) |
| void | wfree (void *p) |