https://github.com/wescande/libft
Great libft for 42 school of code
https://github.com/wescande/libft
42 libft makefile progress-bar
Last synced: 11 months ago
JSON representation
Great libft for 42 school of code
- Host: GitHub
- URL: https://github.com/wescande/libft
- Owner: wescande
- Created: 2016-11-08T15:20:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T15:59:32.000Z (over 7 years ago)
- Last Synced: 2025-02-05T17:37:34.065Z (about 1 year ago)
- Topics: 42, libft, makefile, progress-bar
- Language: C
- Homepage:
- Size: 212 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libft from @42 school of code
What's more in this libft ?
* Kernel linux list from linus git, but here with the respect of 42 norm.
* circular list double linked.
* cliopts in POSIX spirit.
* a great command line parser for yours argc argv
* ft_perror, that you must use with cliopts
* some standard 42 project (printf, gnl)
* . . .
What's useless (so you need it) in this libft ?
* Amazing Makefile display, with a multi-colorized progress bar.
* Ok, Makefile beauty doesn't matter, but just look at this one.
* Makefile don't relink and recompile just what need. When changing a .c or .h you don't need to `make re`
[](https://travis-ci.org/wescande/libft)