Gtalavero / libft

Proyect about create my own library, replicating several typical functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libft

My own library in C, replicating a few functions of the C standard library.

MARK

USAGE

First, clone the repo:

git clone https://github.com/Gtalavero/libft.git

Put in your proyect folder (proyect/libft)

Make all

Now you get a libft.a ; Just link it to your program. Example:

gcc main.c -I. libft.a

tested with

libft-unit-test by Alelievr

libft-war-machine by Night-squad

About

Proyect about create my own library, replicating several typical functions.

License:GNU General Public License v3.0


Languages

Language:C 96.2%Language:Makefile 3.8%