Camille Chauvet 227ee63ec9 add subject
2023-03-27 15:55:49 +02:00
v2
2022-10-04 14:21:55 +02:00
m
2022-09-27 16:29:23 +02:00
2022-10-28 18:29:59 +02:00
2022-10-28 18:29:59 +02:00
m
2022-09-27 16:29:23 +02:00
m
2022-09-27 16:29:23 +02:00
m
2022-09-27 16:29:23 +02:00
v2
2022-10-04 14:21:55 +02:00
v2
2022-10-04 14:21:55 +02:00
d
2022-10-28 17:14:04 +02:00
v2
2022-10-04 14:21:55 +02:00
2022-10-21 15:32:43 +02:00
d
2022-10-05 21:04:45 +02:00
d
2022-10-05 21:04:45 +02:00
v2
2022-10-04 14:21:55 +02:00
d
2022-10-05 21:04:45 +02:00
v2
2022-10-04 14:21:55 +02:00
v2
2022-10-04 14:21:55 +02:00
m
2022-09-27 16:29:23 +02:00
m
2022-09-27 16:29:23 +02:00
v2
2022-10-04 14:21:55 +02:00
v2
2022-10-04 14:21:55 +02:00
m
2022-09-27 16:29:23 +02:00
v2
2022-10-04 14:21:55 +02:00
v2
2022-10-04 14:21:55 +02:00
v2
2022-10-04 14:21:55 +02:00
v2
2022-10-04 14:21:55 +02:00
2022-10-28 19:23:50 +02:00
d
2022-10-05 21:04:45 +02:00
d
2022-10-05 21:04:45 +02:00
d
2022-10-04 22:04:23 +02:00
v2
2022-10-04 14:21:55 +02:00
v2
2022-10-04 14:21:55 +02:00
v2
2022-10-04 14:21:55 +02:00
m
2022-09-27 16:29:23 +02:00
v2
2022-10-04 14:21:55 +02:00
v2
2022-10-04 14:21:55 +02:00
v2
2022-10-04 14:21:55 +02:00
d
2022-10-05 21:04:45 +02:00
v2
2022-10-04 14:21:55 +02:00
d
2022-10-05 21:04:45 +02:00
v2
2022-10-04 14:21:55 +02:00
v2
2022-10-04 14:21:55 +02:00
2022-10-21 15:32:43 +02:00
2022-10-28 19:52:15 +02:00
2023-03-27 13:51:39 +00:00
2023-03-27 15:55:49 +02:00

Libft

This is my implementation of the Libft project for the 42 school.

Description

Libft is a library of standard functions written in C.

The purpose of the project is to recreate some of the functions from the standard C library

Getting Started

To compile the library, simply run make in the root directory of the project. This will generate a static library called libft.a.

To use the library in another project, simply include the header file libft.h and link against the libft.a library.

Usage

The library includes a wide range of functions, from basic string and memory manipulation functions to more complex data structure and input/output functions.

For detailed information on each function, see the header file libft.h and the corresponding source file in the src directory.

Resources

  • The project subject
  • The standard C library documentation
  • The man pages for each function

Authors

This project was created by Camille Chauvet. If you have any questions or suggestions, feel free to contact me.

Description
No description provided
Readme 1.8 MiB
Languages
C 96.2%
Makefile 3.8%