ft_printf("test %-12f et % #.1x %24s !\n", 42.001, 20, "coco");
Primary LanguageC
No issues in this repository yet.