Skip to content

Is a simple project in which you have to create a C library for processing strings.

Notifications You must be signed in to change notification settings

Daruuu/Libft_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft_project

About

Functions from <ctype.h> library

Functions from <stdlib.h> library

Functions from <strings.h> library

Functions from <string.h> library

Non-standard functions

  • 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.

  • ft_striteri - create new string and modifying string 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.

About

Is a simple project in which you have to create a C library for processing strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published