1#include "stdio_impl.h"
2
3int __fclose_ca(FILE* f) {
4    return f->close(f);
5}
6