PSPSDK 2024-10-31
Loading...
Searching...
No Matches
pspstdio.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 * pspstdio.h - Prototypes for the sceStdio library.
7 *
8 * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
9 * Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
10 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
11 *
12 */
13#ifndef __PSPSTDIO_H__
14#define __PSPSTDIO_H__
15
16#include <pspkerneltypes.h>
17
22#ifdef __cplusplus
23extern "C" {
24#endif
25
35
42
49
52#ifdef __cplusplus
53}
54#endif
55
56#endif
SceUID sceKernelStderr(void)
Function to get the current standard err file no.
SceUID sceKernelStdout(void)
Function to get the current standard out file no.
SceUID sceKernelStdin(void)
Function to get the current standard in file no.
int SceUID
UIDs are used to describe many different kernel objects.
Definition pspkerneltypes.h:24