Mercurial > sdl-ios-xcode
comparison test/testcdrom.c @ 1154:d93862a3d821
Fixed compiler warnings in Watcom C.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 03 Oct 2005 08:12:32 +0000 |
parents | be9c9c8f6d53 |
children | b2b476a4a73c |
comparison
equal
deleted
inserted
replaced
1153:5bc98ce985c2 | 1154:d93862a3d821 |
---|---|
1 | 1 |
2 /* Test the SDL CD-ROM audio functions */ | 2 /* Test the SDL CD-ROM audio functions */ |
3 | 3 |
4 #include <stdlib.h> | 4 #include <stdlib.h> |
5 #include <stdio.h> | |
6 #include <ctype.h> | 5 #include <ctype.h> |
6 #include <stdlib.h> | |
7 #include <string.h> | |
7 | 8 |
8 #include "SDL.h" | 9 #include "SDL.h" |
9 | 10 |
10 /* Call this instead of exit(), so we can clean up SDL: atexit() is evil. */ | 11 /* Call this instead of exit(), so we can clean up SDL: atexit() is evil. */ |
11 static void quit(int rc) | 12 static void quit(int rc) |