mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:57:34 +00:00
AK+Kernel+LibC: Add vdbgprintf()
This is like dbgprintf() except it takes a va_list instead of ...
This commit is contained in:
parent
2f1d596dd3
commit
3055f73d48
3 changed files with 17 additions and 4 deletions
|
@ -31,7 +31,9 @@
|
|||
# include <Kernel/kstdio.h>
|
||||
# else
|
||||
# include <AK/Types.h>
|
||||
# include <stdarg.h>
|
||||
extern "C" {
|
||||
int vdbgprintf(const char* fmt, va_list);
|
||||
int dbgprintf(const char* fmt, ...);
|
||||
ssize_t dbgputstr(const char*, ssize_t);
|
||||
int sprintf(char* buf, const char* fmt, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue