From: utzoo!henry
Newsgroups: net.bugs.v7
Title: llib-lc omits popen/pclose 
Article-I.D.: utzoo.2304
Posted: Thu Jul 22 16:41:44 1982
Received: Thu Jul 22 16:41:44 1982

The standard lint library omits declarations for the functions in
popen(3).  Here are suitable entries for /usr/lib/llib-lc:

	FILE	*popen(c,t) char *c, *t; { return(stdin); }
	int	pclose(s) FILE *s; { return(0); }