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 * unistd.h 00007 * 00008 * Copyright (c) 2002-2004 PS2DEV 00009 * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org> 00010 * Copyright (c) 2005 James Forshaw <tyranid@gmail.com> 00011 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca> 00012 * 00013 * $Id: unistd.h 1095 2005-09-27 21:02:16Z jim $ 00014 */ 00015 00016 #ifndef __UNISTD_H__ 00017 #define __UNISTD_H__ 00018 00019 #include <stdio.h> 00020 00021 #endif