Skip to content

Commit

Permalink
Merge pull request #834 from Princess-of-Sleeping/master
Browse files Browse the repository at this point in the history
Added sceClibDprintf prototype
  • Loading branch information
Princess-of-Sleeping authored Feb 3, 2024
2 parents 9686364 + e5f7cc4 commit 99aa9bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/psp2/kernel/clib.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ int sceClibTolower(char ch);
int sceClibToupper(char ch);

int sceClibPrintf(const char *fmt, ...);
int sceClibDprintf(SceUID fd, const char *fmt, ...);

int sceClibSnprintf(char *dst, SceSize dst_max_size, const char *fmt, ...);
int sceClibVsnprintf(char *dst, SceSize dst_max_size, const char *fmt, va_list args);

Expand Down

0 comments on commit 99aa9bc

Please sign in to comment.