Skip to content

gerus66/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

As long as Norminette codestyle doesn't allow a lot, there is my library of useful functions and structures.
It was started from an easy task (full version in pdf), and was largely extended since.

Run & Use

run: make
use: -I path/to/libft/includes -path/to/libft/libft.a

Library:

  • std - essencially consists of recreated functions from stdlib.h и string.h - easy operations with symbols, strings, memory, pointers
  • list - linked list structure (with according functions)
  • vector - dynamic array structure (with according functions)
  • tree - dict structure based on AVL-tree (with according functions)
  • gnl - aka readlines function (full version in pdf)
  • ft_printf - recreated printf, including all flags and undefined behavior (full version in pdf)

Codestyle

Developed in strict accordance with Norminette codestyle

About

My library for Ecole 42 projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors