A C library consisting of personally re-written versions of C's most used standard functions. As well as several custom functions.
This library may be expanded on at any time.
100%
Completed
git clone https://github.com/lightiverson/libft.git
cd libft
Link libft.a to source/object files during compilation. And execute resulting executable. For example:
gcc libft.a your_source_file.c -o execute_me && execute_me
A more detailed explanation on the library's functions can be found in the assignment sheet.