minix/commands/bc/fix_math.h

10 lines
93 B
C
Raw Normal View History

2005-04-21 16:53:53 +02:00
#!/bin/sh
ed - math.h <<EOS-EOS
1,1s/^/"/
1,\$s/\$/\\\\/
\$,\$d
\$,\$s/\\\\\$/"/
w
q
EOS-EOS