Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

A personal C library with standard functions (isalpha, isdigit, memcpy, strlen, etc.), extra utilities for string and memory handling (ft_substr, ft_split, ft_itoa, etc.), and a simple linked list implementation.

Includes:

  • Standard C functions reimplemented from scratch
  • Additional utilities for string and number manipulation
  • t_list structure and basic linked list functions (bonus)

All functions are declared in libft.h and implemented in libft/*.c.

About

Very first own library

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages