__fpending

Name

__fpending -- returns in bytes the amount of output pending on a stream

Synopsis

size_t __fpending(FILE * stream);

Description

__fpending() 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.