aboutsummaryrefslogtreecommitdiff
path: root/convert_char.c
AgeCommit message (Collapse)Author
2019-11-04int type length specifier, edge case with zero padding and invalid wildcard ↵Charles
precision
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.