4 lines
60 B
Text
4 lines
60 B
Text
|
rm temp.c
|
||
|
cat header deffile $1 >> temp.c
|
||
|
cpp -P temp.c >$2
|