File nut/crt/puts_p.c
Included Files
#include "nut/crt/nut_io.h"
#include <nut/include/cfg/crt.h>
#include <nut/include/sys/types.h>
#include <stdint.h>
#include <nut/include/stdio.h>
#include <stdarg.h>
Global Function puts_P()
int puts_P ( const prog_char* string )
Prototyped in:
nut/include/stdio.h
Calls:
fputc()
nut/crt/fputc.c
fputs_P()
nut/crt/fputs_p.c
Called by:
GetIP()
nut/app/basemon/uart.c