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