www.delorie.com/djgpp/doc/libc-2.01/libc_392.html   search  
Go to the first, previous, next, last section, table of contents.


hasmntopt

Syntax

#include <mntent.h>

char *hasmntopt(const struct mntent *mnt, const char *opt);

Description

This function scans the mnt_opts field of the mntent structure mnt for a substring that matches opt. See section getmntent.

Return Value

This function returns the address of the substring if a match is found, or NULL otherwise.


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

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997