Skip to content

andrelmbackman/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft

  • C library with useful functions. Some implementations of Libc functions and some are standard for the 42 curriculum.
  • String/memory manipulation, getline implementation, printf, asprintf, dprintf among other tools.

Why?

To learn the fundamentals of how software operates on a low level! At Hive Helsinki, most projects allow only fundamental functions (open, close, read, write, malloc, free..). If we want to use other functions (such as atoi, itoa, memcpy, printf) we have to create them ourselves. Enter libft!

Usage:

  • in the cloned directory: make (this will compile the library and create libft.a)
  • in your main c-file, #include "libft.h"
  • compile your main file with libft.a

About

C library with useful functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published