Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markjso/libft

Create your own library of C functions that will be used in later projects.
https://github.com/markjso/libft

Last synced: 1 day ago
JSON representation

Create your own library of C functions that will be used in later projects.

Awesome Lists containing this project

README

        

# libft
This project is a C library for using in the future 42 school projects.
I have now incorporated ft_printf, my own self made printf() function into my libft library.
My Makefile has been altered to accomodate this change.