Source
Specification
Source: https://en.wikipedia.org/wiki/Printf_format_string#Format_placeholder_specification
- syntax for a format placeholder:
%[parameter][flags][width][.precision][length]type
To keep things simple we can go with the subset of the following options to build an minimum viable product
- Type field:
- Length field:
- Flags field:
- Width field:
- Precision field:
Multiple small pull requests are way better than one giant one :)
Source
Specification
Source: https://en.wikipedia.org/wiki/Printf_format_string#Format_placeholder_specification
%[parameter][flags][width][.precision][length]typeTo keep things simple we can go with the subset of the following options to build an minimum viable product
'g' 'G''L': 96 bits? or bits?12 bytes == 96 bits*.*.Multiple small pull requests are way better than one giant one :)