-

Functions HI-TECH C SETUID

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search

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