comparison test/testver.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 c203b4a42701
children 782fd950bd46 c121d94672cb
comparison
equal deleted inserted replaced
1153:5bc98ce985c2 1154:d93862a3d821
2 /* Test program to compare the compile-time version of SDL with the linked 2 /* Test program to compare the compile-time version of SDL with the linked
3 version of SDL 3 version of SDL
4 */ 4 */
5 5
6 #include <stdio.h> 6 #include <stdio.h>
7 #include <stdlib.h>
7 8
8 #include "SDL.h" 9 #include "SDL.h"
9 10
10 int main(int argc, char *argv[]) 11 int main(int argc, char *argv[])
11 { 12 {