home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / RS6000 / ARCHIVE / PERL5.Z / PERL5 / sbin / cppstdin < prev    next >
Encoding:
Text File  |  1996-04-04  |  44 b   |  2 lines

  1. cat >.$$.c; cc -E ${1+"$@"} .$$.c; rm .$$.c
  2.