FlavioAMiceli / libft

Library of standard functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libft

My implementation of libc functions and some additional ones.

TOC

What is libft?

Libft is the first big project done at Codam and all other schools using the 42 curriculum. In this project we implement many of the libc functions and other functions that will be used throughout the curriculum. This project was later expanded upon to learn about low level optimization.

At Codam we are generally not allowed to use code that we haven't written ourselves. This means that for most projects we are only allowed read(), write(), malloc() and free() from libc.

What's in it?

First of all this project needs to conform to the libft project. Besides the project's specifications I've also included functions to use doubly linked lists and hash tables.

Installation

The library is made using the included makefile.

About

Library of standard functions


Languages

Language:C 98.1%Language:Makefile 1.9%