#include <mntent.h> int addmntent(FILE *filep, const struct mntent *mnt);
This function is a no-op for MS-DOS, but is provided to assist in Unix ports. See section getmntent.
This function always returns nonzero to signify an error.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.