Thanks to visit codestin.com
Credit goes to github.com

Skip to content

goncalotr/42_Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft - 42 C Library

This repository contains my implementation for the libft project, a fundamental part of the 42 cursus. It includes reimplementations of standard C library functions and additional helper functions.

Build

To create the static library libft.a:

make

Usage

To use this library in your other C projects:

Place the libft.a file and the libft.h header file where your project can access them.

Include the header in your source code: #include "libft.h"

Link the library during compilation:

cc your_project_files.c libft.a -o your_executable

Functions

A complete list of functions is available in the libft.h header file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published