4.3BSD/usr/guest/karels/tests/piperepeat.c

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

main()
{
	int fd[2];

	for (;;)
		pipe(fd);
}