OlejnikKristina / ft_printf

πŸ‘Œ Reproduction of standard stdio.h printf function, with using only write, malloc, exit and free functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_printf

πŸ‘Œ Reproduction of standard stdio.h printf function, with using only write, malloc, exit and free functions

ft_printf is a project from school 42. The main idea of this project was to recode the libc’s printf function.
So, ft_printf as good as printf and even better. 😏

To use ft_printf just follow next srteps:
git clone https://github.com/OlejnikKristina/ft_printf.git
cd ft_printf && make -s && make clean -s

Example of use

Add main
portfolio_view

Compile gcc main.c libftprintf.a
Enjoy result 🌟✨ πŸ’₯
portfolio_view

About

πŸ‘Œ Reproduction of standard stdio.h printf function, with using only write, malloc, exit and free functions


Languages

Language:C 97.2%Language:Makefile 2.8%