freebsd-dev/contrib/bc/bc/fix-libmath_h
2001-02-26 07:13:00 +00:00

10 lines
93 B
Plaintext
Executable File

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