c function for ln

I’m trying to find an equivalent c/c++ function for the shell command ln.
for example, ln -s /source /target, anyone know?

ran zhang <rzhang@vamcointernational.com> wrote:
: I’m trying to find an equivalent c/c++ function for the shell command ln.
: for example, ln -s /source /target, anyone know?

See link() and symlink() in the Watcom C Library Reference.


Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems