Skip to content

nephcode/42-libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This activity has been created as part of the 42 curriculum by nepcohen

Header

LIBFT C

Long story Short, simple resume of libFT. That'a my first in C. first graft on 42 Common Core.

DESCRIPTION

Functions

ft_atoi ft_bzero ft_isalnum ft_isalpha ft_isascii ft_isdigit ft_isprint ft_memchr ft_memcmp ft_memcpy ft_memmove ft_memset ft_strchr ft_strlcat ft_strlcpy ft_strlen ft_strncmp ft_strnstr ft_strrchr ft_tolower ft_toupper

Functions use malloc

ft_calloc ft_strdup

INSTRUCTIONS

  1. Bash norminette > OK 💚 or 💔 KO
  2. Import main test from nephcode repository
  3. Download Libft test & main from :
  4. Please use the flags cc -Wall -Wextra -Werror

RESSOURCES

The best ressources are mine and the others are beautiful. Below, the complete stack to build my libft.

Follow my work BuilInPublic

Type Source Why
42 Jacuzzi git@nephcode/42jacuzzi Some tricks for 42 student
42 Unitest git@nephcode/42unitest Test with my main.c
Funcheck git@froz/funcheck checking functions calls return protections
Valgrind valgrind.org Analysis leaks C functions

Footer

About

42 Common Core // 01 Libft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors