#include <stdarg.h>
#include <string.h>
Go to the source code of this file.
|
| #define | XCFG_FORMAT_STATIC |
| | Define internal parameters as volatile for 8 bit cpu define XCFG_FORMAT_STATIC=static to reduce stack usage.
|
| |
| #define | XCFG_FORMAT_FLOAT 1 |
| | Define XCFG_FORMAT_FLOAT=0 to remove floating point support.
|
| |
| #define | XCFG_FORMAT_LONGLONG 0 |
| | Define to 0 to support long long type (prefix ll)
|
| |
|
| unsigned | xvformat (void(*outchar)(void *arg, char), void *arg, const char *fmt, va_list args) |
| |
| unsigned | xformat (void(*outchar)(void *arg, char), void *arg, const char *fmt,...) |
| |
◆ XCFG_FORMAT_FLOAT
| #define XCFG_FORMAT_FLOAT 1 |
Define XCFG_FORMAT_FLOAT=0 to remove floating point support.
◆ XCFG_FORMAT_LONGLONG
| #define XCFG_FORMAT_LONGLONG 0 |
Define to 0 to support long long type (prefix ll)
◆ XCFG_FORMAT_STATIC
| #define XCFG_FORMAT_STATIC |
Define internal parameters as volatile for 8 bit cpu define XCFG_FORMAT_STATIC=static to reduce stack usage.
◆ xformat()
| unsigned xformat |
( |
void(*)(void *arg, char) |
outchar, |
|
|
void * |
arg, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ xvformat()
| unsigned xvformat |
( |
void(*)(void *arg, char) |
outchar, |
|
|
void * |
arg, |
|
|
const char * |
fmt, |
|
|
va_list |
args |
|
) |
| |