mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +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>
|
# include <AK/Types.h>
|
||||||
extern "C" {
|
extern "C" {
|
||||||
int dbgprintf(const char* fmt, ...);
|
int dbgprintf(const char* fmt, ...);
|
||||||
int dbgputstr(const char*, int);
|
int dbgputstr(const char*, ssize_t);
|
||||||
int sprintf(char* buf, const char* fmt, ...);
|
int sprintf(char* buf, const char* fmt, ...);
|
||||||
}
|
}
|
||||||
template<size_t N>
|
template<size_t N>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue