|
VSF Documented
|
#include "argtable3.h"#include "argtable3_private.h"#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>Functions | |
| void | dbg_printf (const char *fmt,...) |
| void | arg_set_panic (arg_panicfn *proc) |
| void * | xmalloc (size_t size) |
| void * | xcalloc (size_t count, size_t size) |
| void * | xrealloc (void *ptr, size_t size) |
| void | xfree (void *ptr) |
| void | arg_mgsort (void *data, int size, int esize, int i, int k, arg_comparefn *comparefn) |
| void dbg_printf | ( | const char * | fmt, |
| ... | |||
| ) |
| void arg_set_panic | ( | arg_panicfn * | proc | ) |
| void * xmalloc | ( | size_t | size | ) |
| void * xrealloc | ( | void * | ptr, |
| size_t | size | ||
| ) |
| void xfree | ( | void * | ptr | ) |
| void arg_mgsort | ( | void * | data, |
| int | size, | ||
| int | esize, | ||
| int | i, | ||
| int | k, | ||
| arg_comparefn * | comparefn | ||
| ) |