Functions HI-TECH C SETUID

SETUID (CP/M only)

SYNOPSIS

#include  <sys.h>

void setuid(int uid)


DESCRIPTION

Setuid() will set the current user number to uid. Uid should be a number in the range 0-15.

SEE ALSO

getuid