opnsense-src/contrib/bc/bc/fix-libmath_h
2001-02-26 07:13:00 +00:00

9 lines
93 B
Text
Executable file

ed libmath.h <<EOS-EOS
1,1s/^/{"/
1,\$s/\$/",/
2,\$s/^/"/
\$,\$d
\$,\$s/,\$/,0}/
w
q
EOS-EOS