OpenVAS Libraries
7.0.7
|
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void * | emalloc (size_t) |
char * | estrdup (const char *) |
void | efree (void *) |
void efree | ( | void * | ) |
void* emalloc | ( | size_t | size | ) |
This method always returns the requested memory size. If anything failed during allocating it, the exit() routine is entered to stop the program.
char* estrdup | ( | const char * | ) |