.\" 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.3f 6.1 (Berkeley) 5/15/85 .\" .TH GETUID 3F "May 15, 1985" .UC 5 .SH NAME getuid, getgid \- get user or group ID of the caller .SH SYNOPSIS .B integer function getuid() .sp 1 .B integer function getgid() .SH DESCRIPTION These functions return the real user or group ID of the user of the process. .SH FILES .ie \nM /usr/ucb/lib/libU77.a .el /usr/lib/libU77.a .SH "SEE ALSO" getuid(2)