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


endmntent

Syntax

#include <mntent.h>

int endmntent(FILE *filep);

Description

This function should be called after the last call to getmntent (see section getmntent).

Return Value

This function always returns one.

Portability

not ANSI, not POSIX


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