|
RTRlib
|
Go to the source code of this file.
Functions | |
| void * | lrtr_malloc (size_t size) |
| void * | lrtr_calloc (size_t nmemb, size_t size) |
| void | lrtr_free (void *ptr) |
| void * | lrtr_realloc (void *ptr, size_t size) |
| char * | lrtr_strdup (const char *string) |
| Duplicates a string. | |
| void * lrtr_calloc | ( | size_t | nmemb, |
| size_t | size | ||
| ) |
| void lrtr_free | ( | void * | ptr | ) |
| void * lrtr_malloc | ( | size_t | size | ) |
| void * lrtr_realloc | ( | void * | ptr, |
| size_t | size | ||
| ) |
| char * lrtr_strdup | ( | const char * | string | ) |
Duplicates a string.
| [in] | string |