-

Functions HI-TECH C SETUID

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 23:30, 31 July 2017 by Kumokosi (talk | contribs) (Created page with "<strong>SETUID (CP/M only)</strong> ==SYNOPSIS== #include <sys.h> void setuid(int uid) ==DESCRIPTION== <strong>Setuid</strong>() will set the current user number to u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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