makeopensource / mOS

MakeOpenSource Operating System
GNU General Public License v3.0
4 stars 8 forks source link

Standard Library Functions #22

Closed emilkovacev closed 1 year ago

emilkovacev commented 1 year ago

Description

Added a stdlib directory with the following C functions:

Added tests/ directory with a variety of tests for each function, and a Makefile with make, make clean, and make test commands.

Added README.md for documenting how to use stdlib, write additional stdlib functions, and write additional tests

Issue #11

Type of change

Testing

A testing directory was added in /tests. To reproduce, see the README, or simply use the Makefile command $ make test.

Checklist:

emilkovacev commented 1 year ago

I began migrating the tests from my implementation to @Sploder12's approach, so far it works well for stdlib! I'm not quite ready for another review, but soon...