Skip to content
/ libft Public

📚 My project in 42 coding school, aim is to make own C-library

Notifications You must be signed in to change notification settings

Elshirak/libft

Repository files navigation

libft 📚

My first project in 42 coding school


  • selbakya's 42 Libft Score
  • Approximate labor costs: about 70 hours
  • Actual labor costs: 30 hours 0 minutes
  • Start date: 16.01.2023
  • Deadline: 27.01.2023 - FINISHED 28.01



RESULT : Screen Shot 2023-01-28 at 7 58 37 PM




The purpose is to create my own C library which I'll use in future projects. Library has 3 types of functions:
  1. Libc Functions: Some of the standard C functions
  2. Additional functions: Functions 42 deems will be useful for later projects
  3. Bonus Functions: Functions 42 deems will be useful for linked list manipulation You can see subject in the repo.

Table of included functions:

Status LibC func Status Additional func
    DONE ✅
ft_bzero
    DONE ✅
ft_substr
    DONE ✅
ft_memchr
    DONE ✅
ft_strjoin
    DONE ✅
ft_memcpy
    DONE ✅
ft_strtrim
    DONE ✅
ft_memmove
    DONE ✅
ft_itoa
    DONE ✅
ft_memset
    DONE ✅
ft_strmapi
    DONE ✅
ft_strncmp
    DONE ✅
ft_striteri
    DONE ✅
ft_strchr
    DONE ✅
ft_putchar_fd
    DONE ✅
ft_strrchr
    DONE ✅
ft_putstr_fd
    DONE ✅
ft_strnstr
    DONE ✅
ft_putendl_fd
    DONE ✅
ft_strlcat
    DONE ✅
ft_putnbr_fd
    DONE ✅
ft_strlcpy
    DONE ✅
ft_split
    DONE ✅
ft_strlen
    DONE ✅
ft_strdup
    DONE ✅
ft_isalpha Status Bonus func
    DONE ✅
ft_isdigit
    DONE ✅
ft_lstnew
    DONE ✅
ft_isalnum
    DONE ✅
ft_lstadd_front
    DONE ✅
ft_isascii
    DONE ✅
ft_lstsize
    DONE ✅
ft_isprint
    DONE ✅
ft_lstlast
    DONE ✅
ft_toupper
    DONE ✅
ft_lstadd_back
    DONE ✅
ft_tolower
    DONE ✅
ft_lstdelone
    DONE ✅
ft_atoi
    DONE ✅
ft_lstclear
    DONE ✅
ft_memcmp
    DONE ✅
ft_lstiter
    DONE ✅
ft_strdup
    DONE ✅
ft_lstmap
    DONE ✅
ft_calloc

image

Special shoutouts to:

About

📚 My project in 42 coding school, aim is to make own C-library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published