summaryrefslogtreecommitdiff
path: root/kernel/lib/sv.h
AgeCommit message (Collapse)Author
2024-12-14sb/printf: Add ksbprintfAnton Kling
Easier to add formatted strings to the string builder without using intermediate buffers.
2024-12-12formatting: Use clang-format on all projectsAnton Kling
This commit also add braces to all `if` statements.
2024-12-11kernel: Add more sv functions and change interfacesAnton Kling
2024-12-10kernel: Add string view and string builderAnton Kling
This makes write/read calls that use strings to communicate much simpler and less error prone.