aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/libc/vsprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* Add C11 error checking to vsnprintf()Joshua Saxby2023-04-211-0/+3
| | | | | | | | | C11 specifies that vsnprintf() is to check for the following conditions: - output buffer or format string are null pointers - buffer size is zero C11 also specifies "constraint handler functions" that may be set, but that's far more involved, and having at least some error-handling for bad arguments like these is probably quite useful. Source: https://en.cppreference.com/w/c/io/vfprintf#:~:text=5%2D8),constraint%20handler%20function%3A
* CMake fixes, psxcd and printf/scanf improvementsspicyjpeg2021-11-281-0/+11
|
* sprintf improvements, added new _mem_init, GetSystemInfospicyjpeg2021-11-181-0/+14
|
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵John Wilbert M. Villamor2019-10-111-6/+6
| | | | negative values in vsprintf(), added billboard sprites example
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-171-0/+788
libc and libgcc (during build process), libraries now v0.12b and more