comparison test/testfile.c @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents b2b476a4a73c
children 782fd950bd46 c121d94672cb f86ced1837de
comparison
equal deleted inserted replaced
1658:e49147870aac 1659:14717b52abc0
1 1
2 /* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */ 2 /* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */
3 3
4 #include <stdlib.h> 4 #include <stdlib.h>
5 #include <unistd.h>
5 6
6 #include "SDL.h" 7 #include "SDL.h"
7 #include "SDL_endian.h" 8 #include "SDL_endian.h"
8 9
9 10