|
libcfe
0.12.1
some useful C-functions
|
#include "config.h"#include "ascatprintf.h"#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <string.h>Go to the source code of this file.
Functions | |
| size_t | ascatprintf (char **string, size_t len, char *template,...) |
| size_t ascatprintf | ( | char ** | string, |
| size_t | len, | ||
| char * | template, | ||
| ... | |||
| ) |
Definition at line 9 of file ascatprintf.c.