Skip to content

Libft is a C library containing a collection of common functions to aid in C programming. These functions include string manipulations, memory manipulations, operations on linked lists, etc.

Notifications You must be signed in to change notification settings

cypri1-dev/42_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Description

Libft is a C library containing a collection of common functions to aid in C programming. These functions include string manipulations, memory manipulations, operations on linked lists, etc.

Contents

The library includes the following main categories:

  • String Manipulation (ft_strlen, ft_strcpy, ft_strcat, etc.)
  • Memory Manipulation (ft_memset, ft_bzero, ft_memcpy, etc.)
  • Linked Lists (ft_lstnew, ft_lstadd_front, ft_lstsize, etc.)
  • Type Conversion (ft_atoi, ft_itoa, etc.)
  • Math Operations (ft_abs, ft_pow, etc.)
  • And much more.

Installation and compilation

  1. Clone this repository into your project:
git clone https://github.com/cypri1-dev/42_libft.git
  1. Run the following command:
make
  1. with bonus:
make bonus

About

Libft is a C library containing a collection of common functions to aid in C programming. These functions include string manipulations, memory manipulations, operations on linked lists, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published