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
|