Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

Libft is a library of useful functions that can be used in C programming projects. This project gives the opportunity to re-write those C functions, understand them, and learn to use them. It also provides a set of commonly used functions that are not included in the standard C library.

Features

  • String manipulation functions
  • Memory allocation functions
  • Linked list manipulation functions
  • Character manipulation functions
  • File I/O functions
  • And more...

Getting Started

To use the libft library in your project, follow these steps:

  1. Clone the libft repository to your local machine.
  2. Include the libft.h header file in your source files: #include "libft.h"
  3. Compile your project with the libft library: gcc -o myprogram myprogram.c -L./libft -lft

About

Library of useful functions that can be used in C programming projects.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages