comparison src/video/riscos/SDL_riscostask.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
29 Reading information about the current desktop 29 Reading information about the current desktop
30 Storing information before a switch to full screen 30 Storing information before a switch to full screen
31 Restoring desktop after switching to full screen 31 Restoring desktop after switching to full screen
32 */ 32 */
33 33
34 #include <stdlib.h>
35 #include <string.h>
36
37 #include "kernel.h" 34 #include "kernel.h"
38 #include "swis.h" 35 #include "swis.h"
39 36
37 #include "SDL_stdlib.h"
38 #include "SDL_string.h"
40 #include "SDL_riscostask.h" 39 #include "SDL_riscostask.h"
41 40
42 #ifndef DISABLE_THREADS 41 #ifndef DISABLE_THREADS
43 #include <pthread.h> 42 #include <pthread.h>
44 pthread_t main_thread; 43 pthread_t main_thread;