comparison src/joystick/riscos/SDL_sysjoystick.c @ 1338:604d73db6802

Removed uses of stdlib.h and string.h
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 09:29:18 +0000
parents 3692456e7b0f
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
27 and that there is one joystick with four buttons. 27 and that there is one joystick with four buttons.
28 */ 28 */
29 29
30 /* This is the system specific header for the SDL joystick API */ 30 /* This is the system specific header for the SDL joystick API */
31 31
32 #include <stdio.h> /* For the definition of NULL */ 32 #include "SDL_stdlib.h"
33 #include <stdlib.h> 33 #include "SDL_string.h"
34
35 #include "SDL_error.h" 34 #include "SDL_error.h"
36 #include "SDL_joystick.h" 35 #include "SDL_joystick.h"
37 #include "SDL_sysjoystick.h" 36 #include "SDL_sysjoystick.h"
38 #include "SDL_joystick_c.h" 37 #include "SDL_joystick_c.h"
39 38