ft_printf Analog of Printf function made from scratch (no floating point values) Purpose of this project is to build Printf function from scratch. Installation cd ft_printf make