Libft is a project from the 42 school's cursus that consists of writing a library of useful functions that can be used in future projects. The library contains functions for string manipulation, memory usage, linked list manipulation and mathematical operations.
To use the library in your code, simply include the header file "libft.h". For example:
#include "libft.h"
int main(void)
{
ft_putstr("Hello, world!\n");
return (0);
}
- SUCCESS
- Rate: 125/100
- Bonus: Yes
If you find a bug or have an idea for a new feature, feel free to open an issue or a pull request on this repository. Contributions are always welcome!
This project is licensed under the MIT License - see the LICENSE file for details.