blob: 124dcd9ebcc83a62e350d5cfe74a674b26210d37 [file] [log] [blame]
#include "stdio_impl.h"
int __fclose_ca(FILE* f) {
return f->close(f);
}