File nut/crt/fclose.c


Included Files


Global Function fclose()

int fclose ( FILE* stream )
Prototyped in: nut/include/stdio.h
Calls: _close() nut/crt/close.c
  free()
Called by: NutAppMain() nut/app/tcps/tcps.c
  Service() nut/app/httpd_upnp/httpserv.c
  service() nut/app/portdio/portdio.c