Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ symlnk(3F) — CX/UX 6.20

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

symlink(2)

ln(1)

perror(3F)

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

symlink(2), ln(1), perror(3F)

BUGS

Pathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>. 

CX/UX Hf77 Fortran Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026