Functions HI-TECH C GETUID

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