]>
git.zerfleddert.de Git - proxmark3-svn/blob - armsrc/printf.h
b1d613c10feae7441dddd59b72aa48ad56cd6239
6 int kvsprintf(const char *format
, void *arg
, int radix
, va_list ap
) __attribute__ ((format (printf
, 1, 0)));
7 int vsprintf(char *str
, const char *format
, va_list ap
) __attribute__ ((format (printf
, 2, 0)));
8 int sprintf(char *str
, const char *format
, ...) __attribute__ ((format (printf
, 2, 3)));