Welcome to libft! This project is a comprehensive library that recreates some of the standard C library functions and introduces some additional utility functions. If you're looking for a robust and well-documented C library for your next project, you've come to the right place!
- Core Utilities: Refined versions of essential C functions.
- Memory Functions: Efficient and reliable tools for memory allocation and manipulation.
- String Manipulation: Everything you need to handle and manipulate strings.
- List Management: A set of functions for managing chained lists.
Use the Makefile to compile:
make all
Other available Makefile commands:
make clean
: Remove object files.make fclean
: Remove object files and thelibft.a
library.make re
: Re-compile the library.
Include the libft.h
header in your C project:
#include "libft.h"
- GCC or another C compiler
make
utility- Git (optional)
# Clone the repository
git clone https://github.com/yourusername/libft.git
# Navigate to the directory
cd libft
# Compile the library
make all
If you have any questions or suggestions, feel free to reach out! Also, pull requests are always welcome.
- GitHub: Pablo-Palma
- Email: [email protected]
Happy coding! 👩💻👨💻