~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to pc.d/popen.h

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 08:58:26 UTC
  • Revision ID: git-v1:765c7494b3dac62207e6cd57fb839997e237f292
Moving to 2.13.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
** popen.h -- prototypes for pipe functions
3
 
*/
4
 
#if !defined(FILE)
5
 
#include <stdio.h>
6
 
#endif
7
 
extern FILE *popen( char *, char * );
8