Go to the first, previous, next, last section, table of contents.


fpurge

Syntax

#include <stdio.h>

int fpurge(FILE *file);

Description

This function purges the buffer for file without writing it to disk.

Return Value

Zero on success, -1 on failure.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.