xref
: /
freebsd
/
contrib
/
unifdef
/
tests
/
outfile.sh
(revision 95eb4b873b6a8b527c5bd78d7191975dfca38998)
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