idemche / Libft_builtin

Representation of native __builtin C library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

						Libft_builtin
				Representation of native __builtin C library.
By invoking "make" command compiler creates a dynamic library caused libft.a. Make yourself familiar with present functions in src to understand which functions are in libft.

Creating, Cleaning objects, Cleaning objects and dynamic library

$ make
$ make clean
$ make fclean

About

Representation of native __builtin C library.


Languages

Language:C 95.1%Language:Makefile 4.9%