File nut/crt/vsprintf_p.c


Included Files


Global Function vsprintf_P()

int vsprintf_P ( char* buffer, const prog_char* fmt, va_list ap )
Prototyped in: nut/include/stdio.h
Calls: NutHeapAlloc() nut/os/heap.c
  NutHeapFree() nut/os/heap.c
  _putf() nut/crt/putff.c
  memcpy_P(), strlen_P()
Called by: sprintf_P() nut/crt/sprintf_p.c
  vsyslog_P() nut/pro/syslog.c
References Functions: _sputb() nut/crt/vsprintf_p.c

Local Function _sputb()

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