-

Difference between revisions of "Functions HI-TECH C GETUID"

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search
(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,...")
 
(No difference)

Latest revision as of 20:25, 31 July 2017

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