Mercurial > sdl-ios-xcode
comparison src/stdlib/SDL_qsort.c @ 1402:d910939febfa
Use consistent identifiers for the various platforms we support.
Make sure every source file includes SDL_config.h, so the proper system
headers are chosen.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Feb 2006 08:46:50 +0000 |
parents | 22f39393668a |
children | 84de7511f79f |
comparison
equal
deleted
inserted
replaced
1401:1819fd069e89 | 1402:d910939febfa |
---|---|
39 * gjm11@dpmms.cam.ac.uk | 39 * gjm11@dpmms.cam.ac.uk |
40 * Thanks! | 40 * Thanks! |
41 * | 41 * |
42 * Gareth McCaughan Peterhouse Cambridge 1998 | 42 * Gareth McCaughan Peterhouse Cambridge 1998 |
43 */ | 43 */ |
44 #include "SDL_config.h" | |
44 | 45 |
45 /* | 46 /* |
46 #include <assert.h> | 47 #include <assert.h> |
47 #include <stdlib.h> | 48 #include <stdlib.h> |
48 #include <string.h> | 49 #include <string.h> |