mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
AK: Fix inconsistent signature for dbgputstr()
This commit is contained in:
parent
a0d3c03950
commit
8fe4512f8e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
# include <AK/Types.h>
|
||||
extern "C" {
|
||||
int dbgprintf(const char* fmt, ...);
|
||||
int dbgputstr(const char*, int);
|
||||
int dbgputstr(const char*, ssize_t);
|
||||
int sprintf(char* buf, const char* fmt, ...);
|
||||
}
|
||||
template<size_t N>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue