Skip to content

An implementation of functions from stdlib in C

Notifications You must be signed in to change notification settings

dafelix42/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft

An implementation of functions in C. We could only use malloc, free and write functions. Also string.h was allowed to have access of the constant NULL.

Part 1 - Fonctions de la libc

I had to rewrite all the functions below without using

• memset • bzero • memcpy • memccpy • memmove • memchr • memcmp • strlen • strdup • strcpy • strncpy • strcat • strncat • strlcat • strchr • strrchr • strstr • strnstr • strcmp • strncmp • atoi • isalpha • isdigit • isalnum • isascii • isprint • toupper • tolower

Part 2 - Fonctions supplémentaires

In this second part, I had to code some extra functions that are not included in the libc. This functions can have a utility to help coding some function of the 1st part. The purpose of this functions can be fund in the subject_libft.pdf

About

An implementation of functions from stdlib in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published