Age | Commit message (Collapse) | Author | |
---|---|---|---|
31 hours | usr: libc: Add initial vsnprintf() impl | Ian Moffett | |
- Support %x specifier for base 16 strings - Support %d specifier for base 10 strings - Support %p specifier for pointer strings - Allow padding of %d strings Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-06-24 | Clean out for expt | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-05-19 | libc: vsnprintf: Add '%d' support | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-05-17 | libc: Add initial vsnprintf() code | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |