Skip to content

lodenos/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

Libray compilation

Build

make

Clean Objects

make clean

Clean All

make fclean

Compiling with your project

clang -I./path/inc -L./path -lft example.c

API

ft_ctype

ft_stdlib

ft_string

list

create a new list

default

t_list *list;

if (!list_new(&list))
    return ALLOC_ERROR;

with initializer

delete a new list

memory

About

42 London - Project: Libft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published