|
|
BSD 4.2
/*
char id_getgid[] = "@(#)getgid_.c 1.1";
*
* get group id
*
* calling sequence:
* integer getgid, gid
* gid = getgid()
* where:
* gid will be the real group id
*/
long getgid_()
{
return((long)getgid());
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.