comparison src/video/ataricommon/SDL_xbiosevents.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 c9b51268668f
children 19418e4422cb
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
23 /* 23 /*
24 * XBIOS mouse & joystick vectors 24 * XBIOS mouse & joystick vectors
25 * 25 *
26 * Patrice Mandin 26 * Patrice Mandin
27 */ 27 */
28
29 #include <stdio.h>
30 #include <stdlib.h>
31 #include <string.h>
32 28
33 #include <mint/osbind.h> 29 #include <mint/osbind.h>
34 30
35 #include "SDL_events_c.h" 31 #include "SDL_events_c.h"
36 #include "SDL_xbiosevents_c.h" 32 #include "SDL_xbiosevents_c.h"