4.1cBSD/usr/src/lib/libc/sys/getppid.c

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

/* getppid.c 4.1 82/12/04 */

#include "SYS.h"

PSEUDO(getppid,getpid)
	movl	r1,r0
	ret		# ppid = getppid();