xref
: /
freebsd
/
contrib
/
unifdef
/
tests
/
outfile.sh
(revision fb3ef04d2028110f06d68b09009f1f2ca0f4128e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
unifdef
-
DFOO
=
1
-
DFOOB
=
42
-
UBAR
-ooutfile.c
if1.c
2
e
=$?
3
cat
outfile.c
4
rm
outfile.c
5
exit
$e
6