Skip to content
/ libft Public

School 42 project: standart C functions library

Notifications You must be signed in to change notification settings

dkotenko/libft

Repository files navigation

libft

School 42 project: standart C functions library

Summary: The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.

This implementation contains ordinary functions from the task and additional functions such as:

  • dlist - double-linked list basic functions
  • get_next_line - from 42 school project "get_next_line", a C getline() implementation
  • ft_printf - from 42 school project "ft_printf", a C printf() implementation
  • htable - hash table implementation

About

School 42 project: standart C functions library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published