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