math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / src / stdio / __fclose_ca.c
1 #include "stdio_impl.h"
2
3 int __fclose_ca(FILE *f)
4 {
5         return f->close(f);
6 }