| www.delorie.com/djgpp/doc/libc/libc_522.html | search |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <unistd.h> int lchown(const char *file, int owner, int group); |
This function does nothing under MS-DOS.
This function always returns zero if the file exists (it does not
follow symbolic links), else it returns -1 and sets errno
to ENOENT.
| ANSI/ISO C | No |
| POSIX | No |
| webmaster | delorie software privacy |
| Copyright © 2004 | Updated Apr 2004 |