PSPSDK 1.0+beta2
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
19extern "C" {
20#endif
21
23typedef void (*prnt_callback)(void *ctx, int ch);
24
34void prnt(prnt_callback cb, void *ctx, const char *fmt, va_list args);
35
38#ifdef __cplusplus
39}
40#endif
41
42#endif
void prnt(prnt_callback cb, void *ctx, const char *fmt, va_list args)
Generic print routine.
void(* prnt_callback)(void *ctx, int ch)
Callback type, ch is 0x200 on start of string, 0x201 on end.
Definition pspsysclib.h:23
float x
Definition psptypes.h:0