Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
/ libft Public archive

This is my custom library I had made while studying at 42 Mulhouse.

Notifications You must be signed in to change notification settings

BlankRose/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📖 Libft
Personal home-made Library

Top Language Supported Code Size Last Commit
Libft Libft Libft

💡 What is it?

This is my custom library I made while studying at 42 Mulhouse and that I will update over time as I study.
Feel free to tell me your thoughts and if there's anything to improve it :)

🧰 How to use it?

Run the command 'make -C [dir]' on a terminal to compile the library and use the following flags
to use it with your other projects: 'gcc -L [lib's dir] -l ft ..'

📚 What is in?

There's a bunch of differents functions, which has been used througout the whole 42 cursus.
There is currently:

  • Libft
  • ft_printf
  • GetNextLine
  • Lots of extra functions

📜 Side Notes

  • The goal of the library is to get to use the least amount of C standard library functions as possible!
  • If you are a student of 42 aswell and came for solutions, be aware some functions has been sightly modified
    for little extra handy features

About

This is my custom library I had made while studying at 42 Mulhouse.

Topics

Resources

Stars

Watchers

Forks