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