aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2019-10-31Handle 'n' flagCharles
2019-10-30Normed convertersCharles
2019-10-30Fixed %d segfault, merge hex_* in hex, fixed c = 0Charles
2019-10-30Individual convert functions, more flagsCharles
- Each conversion type is handle by individual functions in convert_* files - handle the ' ', '#', '+' and length modifier flags.
2019-10-29String conversion refactor, malloc protectionCharles
2019-10-29Reworking, binary flags, extract advanceCharles
- Binary flags attribute instead of multiple bool - Extract doesnst strdup fmt each time, just advance the current pointer - In parsing push front then reverse - Moved some functions to libf
2019-10-25WIP: Added libft submodule, make ft_printf libCharles