VSTa manual pages - MOUNT (3)
NAME
mount - lookup port for path and mount into given mountpoint
CONTENTS
Synopsis
Description
Return Value
See Also
SYNOPSIS
#include <mnttab.h>
int mountport(char *point, char *what);
DESCRIPTION
mount() looks up the port for
what and mounts that into the process mount table at
point.
If something is already mounted at
point,
what is added to the list of mount entries for the given mountpoint.
The mounttable is extended to hold the new mount point.
RETURN VALUE
If its successfull it returns 0, otherwise it returns -1.
SEE ALSO
mountport(3),
umount(3)
Generated by manServer 1.06 from mount.3 using man macros.