SyterKit
0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
utils
bl33_t527
include
xformat.h
Go to the documentation of this file.
1
19
#ifndef __XFORMAT_H__
20
#define __XFORMAT_H__
21
22
#include <
stdarg.h
>
23
#include <
string.h
>
24
29
#define XCFG_FORMAT_STATIC
30
34
#define XCFG_FORMAT_FLOAT 1
35
39
#define XCFG_FORMAT_LONGLONG 0
40
41
unsigned
xvformat
(
void
(*outchar)(
void
*arg,
char
),
void
*arg,
const
char
*fmt,
va_list
args
);
42
unsigned
xformat
(
void
(*outchar)(
void
*arg,
char
),
void
*arg,
const
char
*fmt, ...);
43
44
#endif
va_list
__builtin_va_list va_list
Definition
stdarg.h:4
xformat
unsigned xformat(void(*outchar)(void *arg, char), void *arg, const char *fmt,...)
Formats and outputs a string according to a format string 'fmt' and an arbitrary number of variable a...
xvformat
unsigned xvformat(void(*outchar)(void *arg, char), void *arg, const char *fmt, va_list args)
Formats and outputs a string according to a format string 'fmt' and a variable argument list 'args'.
args
#define args
stdarg.h
string.h
Generated by
1.9.8