PSPSDK 2024-10-31
|
Go to the source code of this file.
Typedefs | |
typedef void(* | prnt_callback) (void *ctx, int ch) |
Callback type, ch is 0x200 on start of string, 0x201 on end. | |
Functions | |
void | prnt (prnt_callback cb, void *ctx, const char *fmt, va_list args) |
Generic print routine. | |
Callback type, ch is 0x200 on start of string, 0x201 on end.