aboutsummaryrefslogtreecommitdiff
path: root/parse.c
AgeCommit message (Collapse)Author
2019-10-13Added precisionCharles
For integral numbers, min width For strings, max len
2019-10-13Min width, zero filled, left adjustedCharles
Conversion of arg in a string, the padding is computed based on the length of the string.
2019-10-12WIP parsing flags, happy pathCharles
2019-10-12Basic conversion parsingCharles
Using a list to store each format conversion informations.
2019-10-11Added and renamed filesCharles