pspsdk-1.0+beta2
unistd.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * unistd.h
7  *
8  * Copyright (c) 2002-2004 PS2DEV
9  * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
10  * Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
11  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
12  *
13  * $Id: unistd.h 1095 2005-09-27 21:02:16Z jim $
14  */
15 
16 #ifndef __UNISTD_H__
17 #define __UNISTD_H__
18 
19 #include <stdio.h>
20 
21 #endif