File nut/crt/vsprintf_p.c


Included Files


Global Function _sputb_P()

int _sputb_P ( int fd, const char* buffer_P, size_t count )
Prototyped in: nut/crt/nut_io.h
Calls: memcpy_P()
Used in: vsprintf() nut/crt/vsprintf.c
  vsprintf_P() nut/crt/vsprintf_p.c

Global Function vsprintf_P()

int vsprintf_P ( char* buffer, const char* fmt, va_list ap )
Prototyped in: nut/include/stdio.h
Calls: _putf() nut/crt/putff.c
  NutHeapRootAlloc(), NutHeapRootFree(), memcpy_P(), strlen_P()
Called by: sprintf_P() nut/crt/sprintf_p.c
References Functions: _sputb() nut/crt/vsprintf_p.c
  _sputb_P() nut/crt/vsprintf_p.c

Local Function _sputb()

static int _sputb ( int fd, const void* buffer, size_t count )
Calls: memcpy() nut/c/string/memcpy.c
Used in: vsprintf_P() nut/crt/vsprintf_p.c