Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 365 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 365 Bytes

lib

A library containing the most useful C functions.

How to use it

In order to use the library, simply execute:

make

You are done! A libft.a file should have been created, and the library can now be used in your own program.

License

This repository is released under the MIT License.