|
|
1.1 root 1: /*
2: char id_getgid[] = "@(#)getgid_.c 1.1";
3: *
4: * get group id
5: *
6: * calling sequence:
7: * integer getgid, gid
8: * gid = getgid()
9: * where:
10: * gid will be the real group id
11: */
12:
13: long getgid_()
14: {
15: return((long)getgid());
16: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.