-

Functions HI-TECH C GETUID

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search

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