summaryrefslogtreecommitdiff
path: root/kern/printf.h
AgeCommit message (Collapse)Author
2017-07-13Switch to initialization operationsRichard Braun
2017-06-15kern/macros: remove the __format_printf macroRichard Braun
This macro isn't used enough for this alias to have any real value.
2017-04-29kern/printf: complete renaming from printk to printfRichard Braun
2017-04-29kern/{,s}printf: guard against direct inclusionRichard Braun
2017-04-29kern/printk: rename to printfRichard Braun
The printk functions are close enough to the printf ones to bear the same names.