Functions HI-TECH C GETUID

Revision as of 20:25, 31 July 2017 by Kumokosi (talk | contribs) (Created page with "<strong>GETUID (CP/M only)</strong> ==SYNOPSIS== #include <sys.h> int getuid(void) ==DESCRIPTION== <strong>Getuid</strong>() returns the current user number. On CP/M,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GETUID (CP/M only)

SYNOPSIS

#include  <sys.h>

int getuid(void)


DESCRIPTION

Getuid() returns the current user number. On CP/M, the current user number determines the user number associated with an opened or created file, unless overridden by an explicit user number prefix in the file name.

SEE ALSO

setuid, open