Skip to content

C repository of standard C library functions with Makefile script from scratch without using C standard libraries except for <unist.h> and <stdlib.h>.

Notifications You must be signed in to change notification settings

patrocolo/42repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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...

About

C repository of standard C library functions with Makefile script from scratch without using C standard libraries except for <unist.h> and <stdlib.h>.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published