https://github.com/gab-182/42_abudhabi_cursus_libft
  
  
    My Libft project in 42.abudhabi.cursus. 
    https://github.com/gab-182/42_abudhabi_cursus_libft
  
42 42-school 42abudhabi 42born2code 42cursus 42projects 42school libft
        Last synced: 8 months ago 
        JSON representation
    
My Libft project in 42.abudhabi.cursus.
- Host: GitHub
 - URL: https://github.com/gab-182/42_abudhabi_cursus_libft
 - Owner: Gab-182
 - Created: 2021-09-28T03:53:27.000Z (about 4 years ago)
 - Default Branch: master
 - Last Pushed: 2022-01-03T12:23:15.000Z (almost 4 years ago)
 - Last Synced: 2025-01-18T02:28:15.154Z (10 months ago)
 - Topics: 42, 42-school, 42abudhabi, 42born2code, 42cursus, 42projects, 42school, libft
 - Language: C
 - Homepage:
 - Size: 9.14 MB
 - Stars: 1
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
README
          
  42-AbuDhabi-Cursus
📚Libft project 📚
 
  Functions from /libft.h/ library 
 
  Still under construction
| [`ft_isascii`](libft/ctype.h/ft_isascii.c)    | [`ft_sqrt`](libft/math.h/ft_sqrt.c)                             | [`ft_strlcat`](libft/string.h/ft_strlcat.c)                 | [`ft_strlcpy`](libft/string.h/ft_strlcpy.c)                 |
|:-------------------------------------------------:|:-----------------------------------------------------------:|:-----------------------------------------------------------:|:-----------------------------------------------------------:|
|**[`ft_isalpha`](libft/ctype.h/ft_isalpha.c)**     | **[`ft_swap`](libft/Non-standard/ft_swap.c)**               | **[`ft_isalnum`](libft/ctype.h/ft_isalnum.c)**              | **[`ft_pow`](libft/math.h/ft_pow.c)**                       |
|**[`ft_isdigit`](libft/ctype.h/ft_isdigit.c)**     | **[`ft_isxdigit`](libft/ctype.h/ft_isxdigit.c)**            | **[`ft_islower`](libft/ctype.h/ft_islower.c)**              | **[`ft_isupper`](libft/ctype.h/ft_isupper.c)**              |
| **[`ft_isspace`](libft/ctype.h/ft_isspace.c)**    | **[`ft_isblank`](libft/ctype.h/ft_isblank.c)**              | **[`ft_isprint`](libft/ctype.h/ft_isprint.c)**              | **[`ft_isgraph`](libft/ctype.h/ft_isgraph.c)**              |
| **[`ft_tolower`](libft/ctype.h/ft_tolower.c)**    | **[`ft_toupper`](libft/ctype.h/ft_toupper.c)**              | **[`ft_ispunct`](libft/ctype.h/ft_ispunct.c)**              | **[`ft_iscntrl`](libft/ctype.h/ft_iscntrl.c)**              |
| **[`ft_calloc`](libft/stdlib.h/ft_calloc.c)**     | **[`ft_lstmap`](libft/Linked-list/ft_lstmap.c)**            | **[`ft_atoi`](libft/stdlib.h/ft_atoi.c)**                   | **[`ft_atof`](libft/stdlib.h/ft_atof.c)**                   |
| **[`ft_memset`](libft/string.h/ft_memset.c)**     | **[`ft_lstdelone`](libft/Linked-list/ft_lstdelone.c)**      | **[`ft_bzero`](libft/string.h/ft_bzero.c)**                 | **[`ft_lstclear`](libft/Linked-list/ft_lstclear.c)**        |
| **[`ft_memcmp`](libft/string.h/ft_memcmp.c)**     | **[`ft_lstadd_back`](libft/Linked-list/ft_lstadd_back.c)**  | **[`ft_memchr`](libft/string.h/ft_memchr.c)**               | **[`ft_lstadd_front`](libft/Linked-list/ft_lstadd_front.c)**|
| **[`ft_memcpy`](libft/string.h/ft_memcpy.c)**     | **[`ft_lstsize`](libft/Linked-list/ft_lstsize.c)**          | **[`ft_memmove`](libft/string.h/ft_memmove.c)**             | **[`ft_lstlast`](libft/Linked-list/ft_lstlast.c)**          |
| **[`ft_strlen`](libft/string.h/ft_strlen.c)**     | **[`ft_ftoa_rnd`](libft/Non-standard/ft_ftoa_rnd.c)**       | **[`ft_memccpy`](libft/string.h/ft_memccpy.c)**             | **[`ft_lstnew`](libft/Linked-list/ft_lstnew.c)**            |
| **[`ft_strchr`](libft/string.h/ft_strchr.c)**     | **[`ft_split_free`](libft/Non-standard/ft_split_free.c)**   | **[`ft_strlen_2`](libft/string.h/ft_strlen_2.c)**           | **[`ft_strmapi`](libft/Non-standard/ft_strmapi.c)**         |
| **[`ft_strstr`](libft/string.h/ft_strstr.c)**     | **[`ft_strjoin`](libft/Non-standard/ft_strjoin.c)**         | **[`ft_strrchr`](libft/string.h/ft_strrchr.c)**             | **[`ft_split`](libft/Non-standard/ft_split.c)**             |
| **[`ft_strcmp`](libft/string.h/ft_strcmp.c)**     | **[`ft_substr`](libft/Non-standard/ft_substr.c)**           | **[`ft_strnstr`](libft/string.h/ft_strnstr.c)**             | **[`ft_strtrim`](libft/Non-standard/ft_strtrim.c)**         |
| **[`ft_strnrcmp`](libft/string.h/ft_strnrcmp.c)** | **[`ft_putnbr_fd`](libft/Non-standard/ft_putnbr_fd.c)**     | **[`ft_strncmp`](libft/string.h/ft_strncmp.c)**             | **[`ft_itoa`](libft/Non-standard/ft_itoa.c)**               |
| **[`ft_strncpy`](libft/string.h/ft_strncpy.c)**   | **[`ft_putendl_fd`](libft/Non-standard/ft_putendl_fd.c)**   | **[`ft_strcpy`](libft/string.h/ft_strcpy.c)**               | **[`ft_putnbr`](libft/Non-standard/ft_putnbr.c)**           |
| **[`ft_strndup`](libft/string.h/ft_strndup.c)**   | **[`ft_putstr_fd`](libft/Non-standard/ft_putstr_fd.c)**     | **[`ft_strdup`](libft/string.h/ft_strdup.c)**               | **[`ft_putendl`](libft/Non-standard/ft_putendl.c)**         |
| **[`ft_strncat`](libft/string.h/ft_strncat.c)**   | **[`ft_putchar_fd`](libft/Non-standard/ft_putchar_fd.c)**   | **[`ft_strcat`](libft/string.h/ft_strcat.c)**               | **[`ft_putstr`](libft/Non-standard/ft_putstr.c)**           |
|**[`ft_putchar`](libft/Non-standard/ft_putchar.c)**|                                                             |                                                             |
  
### *Note*:
> - **The project has not yet been submitted and has not been verified by the Moulinette and the Norminette.**
> - **NOT COMPLETED YET!!**
> - **NOT** all the functions are required to finish the [libft] project.
> - each functions has its own describtion within the code.