symlnk(3F)
NAME
symlnk − make a symbolic link to a file
SYNOPSIS
integer function symlnk (name1, name2)
character∗(∗) name1, name2
DESCRIPTION
A symbolic link name2 is created to name1. name2 is the name of the file created, name1 is the string used in creating the symbolic link. Zero is returned if successful; an error code otherwise.
FILES
/usr/lib/libU77.a
SEE ALSO
BUGS
Pathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>.
CX/UX Hf77 Fortran Reference Manual