Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 528 Bytes

README.md

File metadata and controls

33 lines (30 loc) · 528 Bytes

Libft - My very first own library

Summary: The aim of this project is to code a C library regrouping usual functions that I’ll be allowed to use in all my other projects.

It is forbidden to use global variables.

Functions to re-code: • memset • bzero • memcpy • memccpy • memmove • memchr • memcmp • strlen • strlcpy • strlcat • strchr • strrchr • strnstr • strncmp • atoi • isalpha • isdigit • isalnum • isascii • isprint • toupper • tolower • calloc • strdup and more...