psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
lv2errno.h
Go to the documentation of this file.
1
5
#ifndef __SYS_LV2_ERRNO_H__
6
#define __SYS_LV2_ERRNO_H__
7
8
#include <reent.h>
9
#include <errno.h>
10
#include <ppu-types.h>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
s32
lv2error
(s32 error);
17
s32
lv2errno
(s32 error);
18
s32
lv2errno_r
(
struct
_reent *r,s32 error);
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
lv2errno
s32 lv2errno(s32 error)
lv2errno_r
s32 lv2errno_r(struct _reent *r, s32 error)
lv2error
s32 lv2error(s32 error)
ppu
include
sys
lv2errno.h
Generated by
1.9.8