File nut/crt/putff.c


Included Files


Preprocessor definitions

#define STDIO_FLOATING_POINT

Local Variables

blanks
static char blanks[16]
Included from nut/crt/putf.c
Used in: _putf()  

zeroes
static char zeroes[16]

Included from nut/crt/putf.c
Used in: _putf()  

Global Function _putf()

int _putf ( int _putb(int,const void*,size_t), int fd, const char* fmt, va_list ap )
Prototyped in: nut/crt/nut_io.h
Included from: nut/crt/putf.c
Calls: _putpad() nut/crt/putff.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(), dtostre(), dtostrf(), strcpy_P(), strlen_P()
References Variables: blanks nut/crt/putff.c
  zeroes nut/crt/putff.c

Local Function _putpad()

static void _putpad ( int _putb(int fd,const void*,size_t), int fd, char* padch, int count )
Included from: nut/crt/putf.c
Called by: _putf() nut/crt/putff.c