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 */
ascatprintf
size_t ascatprintf(char **string, size_t len, char *template,...) __attribute__((format(printf
cfe
ascatprintf.h
Generated on Sun Sep 1 2019 08:41:48 for libcfe by
1.8.15