libcfe  0.12.1
some useful C-functions
ascatprintf.h
Go to the documentation of this file.
1 #ifndef XASCATPRINTF_H
2 #define XASCATPRINTF_H
3 
4 #include <stdlib.h>
5 
6 size_t ascatprintf(char **string, size_t len, char *template, ...) __attribute__((format(printf, 3, 4)));
7 
8 #endif /* XASCATPRINTF_H */
size_t ascatprintf(char **string, size_t len, char *template,...) __attribute__((format(printf