comparison src/audio/nas/SDL_nasaudio.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
24 knan@mo.himolde.no 24 knan@mo.himolde.no
25 */ 25 */
26 26
27 /* Allow access to a raw mixing buffer */ 27 /* Allow access to a raw mixing buffer */
28 28
29 #include <stdlib.h>
30 #include <stdio.h>
31 #include <string.h>
32 #include <errno.h>
33 #include <signal.h> 29 #include <signal.h>
34 #include <unistd.h> 30 #include <unistd.h>
35 31
32 #include "SDL_stdlib.h"
33 #include "SDL_string.h"
36 #include "SDL_audio.h" 34 #include "SDL_audio.h"
37 #include "SDL_error.h" 35 #include "SDL_error.h"
38 #include "SDL_audiomem.h" 36 #include "SDL_audiomem.h"
39 #include "SDL_audio_c.h" 37 #include "SDL_audio_c.h"
40 #include "SDL_timer.h" 38 #include "SDL_timer.h"