NAME
	setpgrp - set the process group ID

SYNTAX
	int setpgrp();

DESCRIPTION
	Set a new process group ID for the current process, and return it.

KEYWORDS
	Processes

SEE ALSO
	system/getpid, system/getpgrp, system/setsid
