Goals
- Implement a simple unit testing framework to support unit testing of the remaining libraries.
- Implement a utility library with general utility methods for ANSI C support.
- Implement a CRC / hashing library that supports CRC-16 and SHA1.
- Implement a btree library as described in btree.md.
- Implement a database library as described in db.md.
- Create a user database administration program as described in useradm.md.