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