mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Introduce a StringView overload of dbgputstr(..)
This commit is contained in:
committed by
Andreas Kling
parent
060503ef25
commit
1ee1ef5103
@@ -6,6 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/Types.h>
|
||||
|
||||
extern "C" {
|
||||
@@ -17,3 +18,5 @@ int snprintf(char* buf, size_t, const char* fmt, ...) __attribute__((format(prin
|
||||
void set_serial_debug(bool on_or_off);
|
||||
int get_serial_debug();
|
||||
}
|
||||
|
||||
void dbgputstr(StringView view);
|
||||
|
||||
Reference in New Issue
Block a user