Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amaitou/libft
A library of standard C functions from scratch. These functions cover essential operations such as string manipulation, memory allocation, and more. The primary goal is to deepen understanding of these fundamental concepts and provide a reliable library for use in subsequent projects.
https://github.com/amaitou/libft
1337school 42cursus 42network c libft42 makefile memory-allocation
Last synced: 2 days ago
JSON representation
A library of standard C functions from scratch. These functions cover essential operations such as string manipulation, memory allocation, and more. The primary goal is to deepen understanding of these fundamental concepts and provide a reliable library for use in subsequent projects.
- Host: GitHub
- URL: https://github.com/amaitou/libft
- Owner: amaitou
- Created: 2022-10-13T14:10:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T23:07:36.000Z (5 months ago)
- Last Synced: 2024-06-02T00:26:40.833Z (5 months ago)
- Topics: 1337school, 42cursus, 42network, c, libft42, makefile, memory-allocation
- Language: C
- Homepage:
- Size: 98.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
![Quotation-Albert-Einstein-Weak-people-revenge-Strong-people-forgive-Intelligent-People-Ignore-124-25-28](https://user-images.githubusercontent.com/49293816/210186736-1ba0d69a-cbfc-4d52-9804-23be38893df5.jpeg)---
# Libft
This is the very first project in the **`42Cursus`** and it aims to recode and reproduce the behavior of some pre-defined functions in **`C Standard Libs`**.
some of these functions are pre-defined in the standard `C libs` and others are not.The Libft project consists of three parts:
- **Mandatory Part 1**
- **Mandatory Part 2**
- **Bonus Part**
To validate your project and have it accepted, you must at least do both of the Mandatory Parts. (The bonus part is not that necessary but it gives extra XPs and days for The **`Blackhole`**).---
# Functions
**```Note: I haven't shared the PDF of this project, as well as, I haven't explained anything due to school privacy reasons!```**
> **stdlib.h**
- ft_atoi
- ft_calloc
- ft_itoa> **string.h**
- ft_bzero
- ft_strlen
- ft_strlcpy
- ft_strlcat
- ft_strdup
- ft_strchr
- ft_strrchr
- ft_strncmp
- ft_strnstr
- ft_memset
- ft_memmove
- ft_memcpy
- ft_memcmp
- ft_memchr> **ctype.h**
- ft_isalnum
- ft_isalpha
- ft_isprint
- ft_iascii
- ft_digit
- ft_tolower
- ft_toupper> **Other Functions**
- ft_lstadd_back
- ft_lstadd_front
- ft_lstnew
- ft_lstsize
- ft_lstlast
- ft_lstdelone
- ft_lstclear
- ft_lstiter
- ft_lstmap
- ft_split
- ft_strsub
- ft_putchar_fd
- ft_putstr_fd
- ft_putendl_fd
- ft_putnbr_fd
- ft_strjoin
- ft_strmapi
- ft_striteri
- ft_strmapi
- ft_strtrim---
# Things you will learn in this project
> Linked Lists
> Memory Allocation and manipulation
> String manipulation
> Understanding how Memory works
> File Descriptors
> Makefile
> Pointers in depth
---
### **Contact Me**
* [Twitter][_1]
[_1]: https://twitter.com/amait0u
[_1]: https://twitter.com/amait0u
[_2]: https://www.instagram.com/amait0u