aboutsummaryrefslogtreecommitdiff
path: root/convert_ptr.c
AgeCommit message (Collapse)Author
2019-11-06Refactored parsing to handle alone '%'Charles
- renamed a few variables - added join_free* to libft - normed everything but ft_printf.c
2019-11-04Handled short convertions for unsigned int and hexCharles
2019-10-30Normed convertersCharles
2019-10-30Added flags for x and XCharles
2019-10-30Individual convert functions, more flagsCharles
- Each conversion type is handle by individual functions in convert_* files - handle the ' ', '#', '+' and length modifier flags.