File nut/crt/fprintf_p.c


Included Files


Global Function fprintf_P()

int fprintf_P ( FILE* stream, const prog_char* fmt, ... )
Prototyped in: nut/include/stdio.h
Calls: vfprintf_P() nut/crt/vfprintf_p.c
  __builtin_va_end(), __builtin_va_start()
Called by: NutDumpHeap() nut/os/osdebug.c
  NutDumpSocketList() nut/net/netdebug.c
  NutDumpTcpHeader() nut/net/netdebug.c
  NutDumpThreadList() nut/os/osdebug.c
  NutDumpThreadQueue() nut/os/osdebug.c
  NutDumpTimerList() nut/os/osdebug.c
  NutFtpRespondBad() nut/pro/ftpd.c
  NutFtpRespondOk() nut/pro/ftpd.c
  NutFtpServerSession() nut/pro/ftpd.c
  NutHttpSendError() nut/pro/httpd.c
  NutHttpSendHeaderBot() nut/pro/httpd.c
  NutHttpSendHeaderTop() nut/pro/httpd.c
  NutSsiProcessFile() nut/pro/ssi.c
  NutSsiProcessVirtual() nut/pro/ssi.c