...ON The function fpurge () clears the buffers of the given stream. For output streams this discards any unwritten output. For input streams this discards any input read from the …...ression character: sscanf () reads input as directed by the conversion specification, but discards the input. No corresponding pointer argument is required, and this specificati…...ression character: sscanf () reads input as directed by the conversion specification, but discards the input. No corresponding pointer argument is required, and this specificati…...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...X; not supported under Linux) Output is being flushed. This flag is toggled by typing the DISCARD character. [requires _BSD_SOURCE or _SVID_SOURCE ] NOFLSH Disable flushing the …...MPLES The program below is a port of the one found in strtok (3), which, however, doesn't discard multiple delimiters or empty tokens: $ ./a.out 'a/bbb///cc;xxx:yyy:' ':;' '/' 1…...rk. EXAMPLES The following code can be used after receipt of a SIGURG signal to read (and discard) all data up to the mark, and then read the byte of data at the mark: char buf[…...associated with seekable files (e.g., disk files, but not pipes or terminals), fflush () discards any buffered data that has been fetched from the underlying file, but has not b…...to a terminal is forced out, say before reading keyboard input.) The __fpurge () function discards the contents of the stream's buffer. ATTRIBUTES For an explanation of the term…