nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
fclose
nulib
c
stdio
Closes the stream.
extern (
C
) nothrow @
nogc
extern
int
fclose
(
FILE
*
stream
)
Parameters
stream
FILE
*
Pointer to a
FILE
Return Value
Type:
int
0 on success,
EOF
on failure.
Meta
Source
See Implementation
nulib
c
stdio
enums
EOF
SEEK_SET
functions
_wfopen
_wremove
_wrename
fclose
fflush
fopen
fread
fseek
ftell
fwrite
perror
printf
remove
rename
rewind
scanf
snprintf
sprintf
sscanf
tmpfile
tmpnam
structs
FILE
Closes the stream.