Fix bugs with POSIX errors/warnings
1 file changed
tree: a10e20d61cbc8c8918fa43ebbda6e651e77d35d2
  1. include/
  2. src/
  3. tests/
  4. .gitignore
  5. .gitmodules
  6. LICENSE.md
  7. Makefile
  8. NOTICE.md
  9. README.md
README.md

bc

This is an implementation of POSIX bc. It is not even in alpha stage yet, so it is not ready for use.

Because this bc makes use of arbprec by cmgraff and hexingb et al, this bc is a collaborative effort. All arbprec contributors are considered bc contributors.

Cloning

After cloning, make sure to run git submodule init to initialize the arbprec submodule.