DecayingEagle / stdlib

MIT License
0 stars 0 forks source link

Custom C Standard Library

This project is a custom implementation of the C standard library.

Features

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Building

To build the project, navigate to the project directory and run the following commands:

mkdir build
cd build
cmake ..
make

This will generate a static library libcustom_c_stdlib.a in the build directory.

Running the tests

After building the project, you can run the tests with the following command:

./test.out

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details