Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 237 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 237 Bytes

libft

Personal implementation of C stdlib functions and then some.

Generally follows the convention:

  • ft_foo corresponds to the C function foo.
  • If foo isn't a C function, then ft_foo is a function written for personal use.