Sign in
mojo
/
mojo-testing
/
bbc0e088b4a3b02a89b563db78314a89d560be7f
/
.
/
fusl
/
src
/
stdio
/
__fclose_ca.c
blob: 124dcd9ebcc83a62e350d5cfe74a674b26210d37 [
file
]
#include
"stdio_impl.h"
int
__fclose_ca
(
FILE
*
f
)
{
return
f
->
close
(
f
);
}