achrafelkhnissi / libftLinks
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
☆14Updated 3 years ago
Alternatives and similar repositories for libft
Users that are interested in libft are comparing it to the libraries listed below
Sorting:
- ft_printf 42 with bonus☆11Updated 3 years ago
- An autotester for the 42School Libft☆28Updated 8 months ago
- [42 Madrid] Because putnbr and putstr are not enough☆21Updated 2 years ago
- A program that tries to mimic the Bash☆22Updated last year
- This 42project aims to code a C library regrouping usual functions that we’ll be allowed to use in all our other 42 projects.☆43Updated 2 years ago
- get_next_line☆44Updated 2 years ago
- This program tries to recreate bash --posix behaviour in some ways.☆16Updated 3 years ago
- Minishell is a 42 school team project to create a basic shell program in C. It implements redirections and pipes, as well as environment …