Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)getuid.3 6.1 (Berkeley) 05/15/85
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)getuid.3 6.1 (Berkeley) 05/15/85
GETUID 3F ""
C 5 NAME
getuid, getgid - get user or group ID of the caller
SYNOPSIS
integer function getuid() integer function getgid() DESCRIPTION
These functions return the real user or group ID of the user
of the process.
FILES
"SEE ALSO"
getuid(2)