#include <stdio.h> int fpurge(FILE *file);
This function purges the buffer for file without writing it to disk.
Zero on success, -1 on failure.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.