Skip to content

burlakovdp/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

This library is my first finished project on my road to program development. I wrote this library when I was taking a C course for beginners at Mado-Robin Paris.

Functions

  • ft_strlen.c - Calculate string length
  • ft_strcopy.c - Copy a string
  • ft_strcomp.c - Compare two strings
  • ft_strdup.c - Duplicate a string
  • ft_strjoin.c - Join two strings
  • ft_strchr.c - Find character in string
  • ft_split.c - Split string by delimiter
  • ft_atoi.c - String to integer
  • ft_toupper.c - Char to uppercase
  • ft_tolower.c - Char to lowercase
  • ft_freetab.c - Free memory of a string array
  • ft_putchar.c - Print a character
  • ft_putstr.c - Print a string
  • ft_putchar_fd.c - Print char to file descriptor
  • ft_putstr_fd.c - Print string to file descriptor
  • get_next_line.c - Read file line by line

Usage

Run make to compile the library.

About

This library is my first finished project on my road to program development

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors