Skip to content

bshintak/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

Intro

Stars Size Lines of code Activity

Libft is the first project of the school 42.

The instructions were given in the subject.

* Mandatory part *

First part
Second part
  • ft_substr - extract substring from string.
  • ft_strjoin - concatenate two strings into a new string (with malloc).
  • ft_strtrim - trim beginning and end of string with the specified characters.
  • ft_split - split string, with specified character as delimiter, into an array of strings.
  • ft_itoa - convert integer to ASCII string.
  • ft_strmapi - create new string from modifying string with specified function (with malloc).
  • ft_striteri - modifies a string passed as an argument with specified function.
  • ft_putchar_fd - output a character to given file.
  • ft_putstr_fd - output string to given file.
  • ft_putendl_fd - output string to given file with newline.
  • ft_putnbr_fd - output integer to given file.

* Bonus part *

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published