scopeInfinity / FuzzyOS

32-bit x86 multiprocessing OS capable of running console or graphical user applications.
Apache License 2.0
21 stars 5 forks source link

Improve escape sequences support in *printf(...) #31

Open scopeInfinity opened 3 years ago

scopeInfinity commented 3 years ago

Source

Specification

Source: https://en.wikipedia.org/wiki/Printf_format_string#Format_placeholder_specification

To keep things simple we can go with the subset of the following options to build an minimum viable product

Multiple small pull requests are way better than one giant one :)

scopeInfinity commented 3 years ago

Length field sub tasks are blocked on #32