#include "stdio_impl.h" int __fclose_ca(FILE *f) { return f->close(f); } #ifdef TEST int main(void) { return 0; } #endif