Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 246 Bytes

File metadata and controls

11 lines (8 loc) · 246 Bytes

42cursus

Repository to store my progress during 42cursus in 42sp.

libft

A static library with standard c function recreated.

get_next_line (gnl)

A function that returns the next line of a file.

ft_printf

The function printf recoded.