|
OpenVAS Libraries
6.0+beta5
|
#include <stdlib.h>Go to the source code of this file.
Functions | |
| void * | emalloc (size_t) |
| char * | estrdup (const char *) |
| void | efree (void *) |
| size_t | estrlen (const char *, size_t) |
| 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 * | ) |
| size_t estrlen | ( | const char * | , |
| size_t | |||
| ) |
1.8.4