Mercurial > sdl-ios-xcode
comparison test/testfile.c @ 1484:b2b476a4a73c
Added documentation on how to build a completely useless SDL library. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 08 Mar 2006 08:30:17 +0000 |
parents | 07d2b0085ecd |
children | 14717b52abc0 |
comparison
equal
deleted
inserted
replaced
1483:52a61c7b323b | 1484:b2b476a4a73c |
---|---|
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 | 4 #include <stdlib.h> |
5 | 5 |
6 #include "SDL.h" | 6 #include "SDL.h" |
7 #include "SDL_endian.h" | 7 #include "SDL_endian.h" |
8 | 8 |
9 | 9 |