Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.13 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.13 KB

✏️ Libft

Your very first own library


💡 About the project

_This project is pretty straight forward. You will recode some of the libc functions and implemented new linked list functions.

For more detailed information, look at the subject of this project.

🛠️ Usage

Requirements

The function is written in C language and thus needs the gcc compiler and some standard C libraries to run.

Instructions

1. Using it in your code

To use the library functions in your code, simply include its header:

#include "libft.h"

📋 Testing

You can use this third party tester to fully test the project: