VSTa manual pages - MOUNTPORT (3)
NAME
mountport - mount port into given mountpoint
CONTENTS
Synopsis
Description
Return Value
See Also
SYNOPSIS
#include <mnttab.h>
int mountport(char *point, port_t port);
DESCRIPTION
mountport() mounts the port
port into the processes mount table at
point.
If something is already mounted at
point,
port 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
mount(3),
umount(3)
Generated by manServer 1.06 from mountport.3 using man macros.