Name
__fpending -- returns in bytes the amount of output pending on a stream
Synopsis
#include <stdio_ext.h>
size_t __fpending(FILE *stream); |
Description
The __fpending function returns the amount of output in bytes pending on a stream.
__fpending is not in the source standard; it is only in the binary standard.