comparison src/video/dc/SDL_dcevents.c @ 1336:3692456e7b0f

Use SDL_ prefixed versions of C library functions. FIXME: Change #include <stdlib.h> to #include "SDL_stdlib.h" Change #include <string.h> to #include "SDL_string.h" Make sure nothing else broke because of this...
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 06:59:48 +0000
parents c9b51268668f
children 19418e4422cb
comparison
equal deleted inserted replaced
1335:c39265384763 1336:3692456e7b0f
105 105
106 if (addr==0) return; 106 if (addr==0) return;
107 107
108 if (addr!=old_addr) { 108 if (addr!=old_addr) {
109 old_addr = addr; 109 old_addr = addr;
110 memset(&old_state,0,sizeof(old_state)); 110 SDL_memset(&old_state,0,sizeof(old_state));
111 } 111 }
112 112
113 maple_raddr(addr,&port,&unit); 113 maple_raddr(addr,&port,&unit);
114 114
115 state = kbd_get_state(port,unit); 115 state = kbd_get_state(port,unit);