8000 GitHub - rpunet/libft-GNL-printf: This is my libft project for 42 School, and the PLUS version, with many more functions as ft_printf and get_next_line.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is my libft project for 42 School, and the PLUS version, with many more functions as ft_printf and get_next_line.

Notifications You must be signed in to change notification settings

rpunet/libft-GNL-printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft-GNL-printf

C programming can be very tedious when one doesn’t have access to those highly useful standard functions. This project gives you the opportunity to re-write those functions, understand them, and learn to use them. This library will help you for all your future C projects. Through this project, we also give you the opportunity to expand the list of functions with your own. Take the time to expand your libft throughout the year.

Technical considerations

  • It is forbidden to use global variables.
  • If you need subfunctions to write a complex function, you should define these subfunctions as static to avoid publishing them with your library. It would be a good habit to do this in your future projects as well.
  • You must use the command ar to create your librairy, using the command libtool is forbidden.

About

This is my libft project for 42 School, and the PLUS version, with many more functions as ft_printf and get_next_line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0