comparison test/testkeys.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 74212992fb08
children 782fd950bd46 c121d94672cb
comparison
equal deleted inserted replaced
1153:5bc98ce985c2 1154:d93862a3d821
1 1
2 /* Print out all the keysyms we have, just to verify them */ 2 /* Print out all the keysyms we have, just to verify them */
3 3
4 #include <stdio.h> 4 #include <stdio.h>
5 #include <ctype.h> 5 #include <ctype.h>
6 #include <stdlib.h>
7 #include <string.h>
6 8
7 #include "SDL.h" 9 #include "SDL.h"
8 10
9 int main(int argc, char *argv[]) 11 int main(int argc, char *argv[])
10 { 12 {