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