Skip to content

Recreation of C standard library functions. 42 Madrid cursus project.

Notifications You must be signed in to change notification settings

karisti/42_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_Libft

Description

This project consists of recreating some C standard library functions related to memory management or string manipulation. It also has a bonus that consists of creating linked lists. Furthermore, some extra functions have been added, useful for more advanced projects.

Prerequisites

  • Nothing needed

Usage

  • make for normal libft
  • make bonus for libft with bonuses
  • make extras for libft + bonus + extra functions

Lessons

  • Memory management (C standard library)
  • String management (C standard library)
  • Linked lists
  • C library creation
  • Makefile creation

Resources