File nut/crt/fputs_p.c
Included Files
#include "nut/crt/nut_io.h"
#include <nut/include/sys/types.h>
#include <nut/include/stdio.h>
#include <stdarg.h>
#include <nut/include/io.h>
#include </usr/avr/include/string.h>
Global Function fputs_P()
int fputs_P ( const prog_char* string, FILE* stream )
Prototyped in:
nut/include/stdio.h
Calls:
_write_P()
nut/crt/write_p.c
strlen_P()
Called by:
NutDumpIpcp()
nut/net/pppdebug.c
NutDumpLcp()
nut/net/pppdebug.c
NutDumpPap()
nut/net/pppdebug.c
NutDumpThreadList()
nut/os/osdebug.c
NutDumpTimerList()
nut/os/osdebug.c
NutFtpSendMode()
nut/pro/ftpd.c
NutHttpSendHeaderBot()
nut/pro/httpd.c
puts_P()
nut/crt/puts_p.c