PSPSDK
2024-10-31
Loading...
Searching...
No Matches
pspsysclib.h
Go to the documentation of this file.
1
/*
2
* PSP Software Development Kit - https://github.com/pspdev
3
* -----------------------------------------------------------------------
4
* Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5
*
6
* pspsysclib.h - Interface to sysclib library.
7
*
8
* Copyright (c) 2007 James F
9
*
10
*/
11
12
#ifndef PSPSYSCLIB_H
13
#define PSPSYSCLIB_H
14
15
#include <
pspkerneltypes.h
>
16
#include <stdarg.h>
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
23
typedef
void
(*
prnt_callback
)(
void
*
ctx
,
int
ch
);
24
34
void
prnt
(
prnt_callback
cb
,
void
*
ctx
,
const
char
*
fmt
,
va_list
args);
35
38
#ifdef __cplusplus
39
}
40
#endif
41
42
#endif
pspkerneltypes.h
prnt
void prnt(prnt_callback cb, void *ctx, const char *fmt, va_list args)
Generic print routine.
prnt_callback
void(* prnt_callback)(void *ctx, int ch)
Callback type, ch is 0x200 on start of string, 0x201 on end.
Definition
pspsysclib.h:23
x
float x
Definition
psptypes.h:0
kernel
pspsysclib.h
Generated on Thu Oct 31 2024 23:08:43 for PSPSDK by
1.9.8