ziyaddev / libft_42

Libft project at 42 paris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libft_42

Overall progress :

  • 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

About

Libft project at 42 paris


Languages

Language:C 98.1%Language:Makefile 1.9%