home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume35 / procmail / part01 / procmail280 / src / cstdio.h < prev    next >
Text File  |  1993-02-05  |  322b  |  16 lines

  1. /*$Id: cstdio.h,v 1.5 1992/11/24 15:59:58 berg Exp $*/
  2.  
  3. void
  4.  pushrc P((const char*const name)),
  5.  closerc P((void)),
  6.  ungetb P((const x)),
  7.  getlline P((char*target));
  8. int
  9.  poprc P((void)),
  10.  bopen P((const char*const name)),
  11.  getbl P((char*p)),
  12.  getb P((void)),
  13.  testb P((const x)),
  14.  sgetc P((void)),
  15.  skipspace P((void));
  16.