Skip to content
/ libft Public

My own Lib C functions. This project allowed me to understand better how basic functions of a low-level programming language work.

Notifications You must be signed in to change notification settings

mybenzar/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft

My own Lib C functions. The goal of this project is to understand better how basic functions of a low-level programming language work. The task is to recreate various standard C library functions, as well as extra things which might be useful, like linked lists for example.

Compiling

You may compile libft.a by running make.

Usage

Include it in your C project: #include "libft.h"

About

My own Lib C functions. This project allowed me to understand better how basic functions of a low-level programming language work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published