00001 /* 00002 * PSP Software Development Kit - http://www.pspdev.org 00003 * ----------------------------------------------------------------------- 00004 * Licensed under the BSD license, see LICENSE in PSPSDK root for details. 00005 * 00006 * pspstdio.h - Prototypes for the sceStdio library. 00007 * 00008 * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org> 00009 * Copyright (c) 2005 James Forshaw <tyranid@gmail.com> 00010 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca> 00011 * 00012 * $Id: pspstdio.h 1095 2005-09-27 21:02:16Z jim $ 00013 */ 00014 #ifndef __PSPSTDIO_H__ 00015 #define __PSPSTDIO_H__ 00016 00017 #include <pspkerneltypes.h> 00018 00023 #ifdef __cplusplus 00024 extern "C" { 00025 #endif 00026 00029 00035 SceUID sceKernelStdin(void); 00036 00042 SceUID sceKernelStdout(void); 00043 00049 SceUID sceKernelStderr(void); 00050 00053 #ifdef __cplusplus 00054 } 00055 #endif 00056 00057 #endif