|
FreeRDP
|
#include <uwac/config.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <errno.h>#include "uwac-utils.h"Functions | |
| static void * | fail_on_null (void *p) |
| void * | xmalloc (size_t s) |
| void * | xzalloc (size_t s) |
| char * | xstrdup (const char *s) |
| void * | xrealloc (void *p, size_t s) |
|
static |

| void* xmalloc | ( | size_t | s | ) |


| void* xrealloc | ( | void * | p, |
| size_t | s | ||
| ) |


| char* xstrdup | ( | const char * | s | ) |


| void* xzalloc | ( | size_t | s | ) |

