mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
AK: Make the return type of dbgputstr consistent.
This commit is contained in:
parent
4cf3a1eb41
commit
59e7ffa86d
Notes:
sideshowbarker
2024-07-19 02:04:12 +09:00
Author: https://github.com/asynts
Commit: 59e7ffa86d
Pull-request: https://github.com/SerenityOS/serenity/pull/3682
5 changed files with 9 additions and 6 deletions
|
@ -93,7 +93,7 @@ int fprintf(FILE*, const char* fmt, ...);
|
|||
int printf(const char* fmt, ...);
|
||||
int dbgprintf(const char* fmt, ...);
|
||||
void dbgputch(char);
|
||||
ssize_t dbgputstr(const char*, ssize_t);
|
||||
int dbgputstr(const char*, ssize_t);
|
||||
int sprintf(char* buffer, const char* fmt, ...);
|
||||
int snprintf(char* buffer, size_t, const char* fmt, ...);
|
||||
int putchar(int ch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue