comparison src/stdlib/SDL_qsort.c @ 1354:22f39393668a

Fixed build problem with SDL_string.c Officially deprecated SDL_byteorder.h, SDL_getenv.h and SDL_types.h Moved endian-related SDL_rwops code into SDL_rwops.c
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Feb 2006 09:38:05 +0000
parents c687f06c7473
children d910939febfa
comparison
equal deleted inserted replaced
1353:7ba544e2888d 1354:22f39393668a
45 /* 45 /*
46 #include <assert.h> 46 #include <assert.h>
47 #include <stdlib.h> 47 #include <stdlib.h>
48 #include <string.h> 48 #include <string.h>
49 */ 49 */
50 #include "SDL_stdlib.h" 50 #include "SDL_stdinc.h"
51 #include "SDL_string.h"
52 51
53 #define assert(X) 52 #define assert(X)
54 #define malloc SDL_malloc 53 #define malloc SDL_malloc
55 #define free SDL_free 54 #define free SDL_free
56 #define memcpy SDL_memcpy 55 #define memcpy SDL_memcpy