File nut/crt/fclose.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>
#include <nut/include/errno.h>
#include <nut/include/io.h>
#include <stdlib.h>
#include <nut/include/memdebug.h>
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