LibC: Implement __fpending
Some gnu programs want this and I don't want to make FILE non-opaque
This commit is contained in:
@@ -127,6 +127,7 @@ int vsnprintf(char* __restrict s, size_t n, const char* __restrict format, va_l
|
||||
int vsprintf(char* __restrict s, const char* __restrict format, va_list ap);
|
||||
int vsscanf(const char* __restrict s, const char* __restrict format, va_list arg);
|
||||
|
||||
size_t __fpending(FILE* stream);
|
||||
void __fseterr(FILE* stream);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user