Skip to content
/ Libft Public

This project contains a lot of general purpose functions that replace the standard C library functions.

Notifications You must be signed in to change notification settings

s-sergiu/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

Brief description of the project:

The goal of the project is to create a library of useful functions that can be used in future projects. The library contains functions for manipulating strings, memory, and lists, as well as other common programming tasks.

Installation instructions

Clone the repository:

  • git clone https://github.com/s-sergiu/Libft.git

Cd into the directory:

  • cd Libft

Use make to compile the static library (libft.a):

  • make

About

This project contains a lot of general purpose functions that replace the standard C library functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published