File nut/crt/vfprintf_p.c


Included Files


Global Function vfprintf_P()

int vfprintf_P ( FILE* stream, 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: fprintf_P() nut/crt/fprintf_p.c
  printf_P() nut/crt/printf_p.c
References Functions: _write()