#include <unistd.h> int setuid(uid_t uid);
This function is simulated, since MS-DOS does not support user IDs.
If uid is equal to that returned by see section getuid, returns zero.
Otherwise, returns -1 and sets errno
to EPERM.
not ANSI, POSIX
Go to the first, previous, next, last section, table of contents.