Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–€ Libft

This is my libft project from 42/1337.
It contains a collection of recreated C standard library functions and some additional utilities.


πŸ“‚ Contents

  • ft_*.c – Implementations of standard C functions
  • libft.h – Header file with all function prototypes
  • Makefile – To compile the library

πŸ› οΈ How to Compile

  1. Clone the repository:
git clone https://github.com/mohamedasbane/libft.git
cd libft
Compile the library:

bash
Copy code
make
This will generate libft.a in the folder.

πŸ“– Usage
Include the library in your project:

c
Copy code
#include "libft.h"
Link the library when compiling:

bash
Copy code
gcc main.c -L. -lft -o my_program
✍️ Author
Mohamed Asbane
πŸ“§ Email: mohamedasbane3@gmail.com
🌐 GitHub: mohamedasbane

βš–οΈ License
This project is licensed under the MIT License – see the LICENSE file for details.

About

My libft project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages