File nut/crt/fputs.c


Included Files


Global Function fputs()

int fputs ( const char* string, FILE* stream )
Prototyped in: nut/include/stdio.h
Calls: strlen() nut/c/string/strlen.c
  _write()
Called by: CgiClock() nut/app/uhttpd_ajax/httpd_ajax.c
  NutAppMain() nut/app/uart/uart.c
  ProcessRequests() nut/app/tcps/tcps.c
  SSIDemoCGI() nut/app/httpd/httpserv.c
  SendResult() nut/app/uhttpd_form/httpd_form.c
  ShowForm() nut/app/httpd/httpserv.c
  ShowQuery() nut/app/httpd/httpserv.c
  ShowSockets() nut/app/httpd/httpserv.c
  ShowThreads() nut/app/httpd/httpserv.c
  ShowTimers() nut/app/httpd/httpserv.c
  StartTable() nut/app/httpd/httpserv.c