-

Changes

Jump to: navigation, search

Functions HI-TECH C GETUID

369 bytes added, 20:25, 31 July 2017
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,..."
<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, 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

Navigation menu