LINK(3F) — System Interface Manual — Fortran Interfaces
NAME
link − make a link to an existing file
SYNOPSIS
function link (name1, name2)
character∗(∗) name1, name2
DESCRIPTION
Name1 must be the pathname of an existing file. Name2 is a pathname to be linked to file name1. Name2 must not already exist. The returned value will be 0 if successful; a system error code otherwise.
FILES
/usr/lib/libU77.a
SEE ALSO
link(2), perror(3F), unlink(3F)
BUGS
Pathnames can be no longer than 127 characters.
Sun System Release 0.3 — 19 January 1983