Copyright Digital Equipment Corp. All rights reserved.
Creates a new link (directory entry) for an existing file. This
function is supported only on volumes that have hard link counts
enabled.
Format
#include <unistd.h>
link (const char *path1, const char *path2);
Arguments Description Return_Values