home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
3
/
3952
/
cpp.sh
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1991-09-02
|
202 b
|
9 lines
#!/bin/sh
# @(#) cpp.sh 1.1 91/09/01 23:08:43
# Unprototypeing preprocessor for non-ANSI C compilers. Define __STDC__
# if you have enough courage.
exec /lib/cpp "$@" -Dconst= -Dvolatile= | unproto