2.9BSD/usr/src/lib/libU77/getgid_.c

Compare this file to the similar file:
Show the results in this format:

/*
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
 */

#include	"../libI77/fiodefs.h"

ftnint getgid_()
{
	return((ftnint)getgid());
}