xref
: /
third_party
/
musl
/
src
/
stdio
/
__fclose_ca.c
(revision 570af302)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/musl/src/stdio/
1
#
include
"
stdio_impl.h
"
2
3
int
__fclose_ca
(
FILE
*f)
4
{
5
return
f->
close
(f);
6
}
7