Skip to content

"Libft" es una biblioteca personalizada en C, diseñada para proporcionar herramientas esenciales que facilitan y enriquecen el desarrollo de programas futuros.

Notifications You must be signed in to change notification settings

Pablo-Palma/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

libft - Your Modern C Library

Badge

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!

📖 Contents

  1. Features
  2. Usage
  3. Requirements & Installation
  4. Contact & Support

🚀 Features

  • 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.

🔧 Usage

Compilation:

Use the Makefile to compile:

make all

Other available Makefile commands:

  • make clean: Remove object files.
  • make fclean: Remove object files and the libft.a library.
  • make re: Re-compile the library.

Include:

Include the libft.h header in your C project:

#include "libft.h"

📦 Requirements & Installation

  1. GCC or another C compiler
  2. make utility
  3. Git (optional)
# Clone the repository
git clone https://github.com/yourusername/libft.git

# Navigate to the directory
cd libft

# Compile the library
make all

📞 Contact & Support

If you have any questions or suggestions, feel free to reach out! Also, pull requests are always welcome.

Happy coding! 👩‍💻👨‍💻

About

"Libft" es una biblioteca personalizada en C, diseñada para proporcionar herramientas esenciales que facilitan y enriquecen el desarrollo de programas futuros.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published