Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/markjso/libft
- Owner: markjso
- Created: 2022-03-23T00:36:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T06:00:31.000Z (over 1 year ago)
- Last Synced: 2024-11-11T03:14:18.911Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.