mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 07:49:05 +00:00
Kernel: Add dbgputch() to kstdio.h
This adds a dbgputch() alongside dbgputstr() in kstdio.h. The function already existed as the static function debugger_out(). It has now been exposed to users of kstdio.h.
This commit is contained in:
parent
441d6dcdf9
commit
67067904f5
Notes:
sideshowbarker
2024-07-18 11:35:37 +09:00
Author: https://github.com/MaxWipfli
Commit: 67067904f5
Pull-request: https://github.com/SerenityOS/serenity/pull/8223
2 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <AK/Types.h>
|
||||
|
||||
extern "C" {
|
||||
void dbgputch(char);
|
||||
void dbgputstr(const char*, size_t);
|
||||
void kernelputstr(const char*, size_t);
|
||||
void kernelcriticalputstr(const char*, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue