#define PADSIZE 16
#define NUTCONST
#define ALT 0x01
#define LADJUST 0x04
#define LONGINT 0x08
#define ZEROPAD 0x10
Used in: | _putf() |
zeroes
static char zeroes[16]
Used in: | _putf() |
Prototyped in: | nut/crt/nut_io.h | |
Calls: | _putpad() | nut/crt/putf.c |
free() | nut/crt/malloc.c | |
malloc() | nut/crt/malloc.c | |
memchr() | nut/c/string/memchr.c | |
strlen() | nut/c/string/strlen.c | |
__builtin_va_arg(), strcpy_P(), strlen_P() | ||
References Variables: | blanks | nut/crt/putf.c |
zeroes | nut/crt/putf.c |
Called by: | _putf() | nut/crt/putf.c |