| delorie.com/djgpp/doc/libc/libc_790.html | search |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <unistd.h> int symlink(const char *exists, const char *new); |
Zero in case of success, -1 in case of failure (and errno set to
the appropriate error code).
| ANSI/ISO C | No |
| POSIX | No |
symlink ("c:/djgpp/bin/grep", "c:/djgpp/bin/fgrep");
|
| webmaster | delorie software privacy |
| Copyright © 2004 | Updated Apr 2004 |