mirror of
https://github.com/fluencelabs/musl
synced 2025-05-23 20:51:32 +00:00
7 lines
75 B
C
7 lines
75 B
C
#include "stdio_impl.h"
|
|
|
|
int __fclose_ca(FILE *f)
|
|
{
|
|
return f->close(f);
|
|
}
|