comparison TOOLS/realcodecs/drv3.c @ 24210:1da5724cc7a7

Fix a ton of warnings: warning: incompatible implicit declaration of built-in function 'memset' warning: incompatible implicit declaration of built-in function 'memcpy'
author diego
date Mon, 27 Aug 2007 10:32:46 +0000
parents 3b80b74b6813
children d05588d8f817
comparison
equal deleted inserted replaced
24209:37c351362624 24210:1da5724cc7a7
10 */ 10 */
11 11
12 #include <stddef.h> 12 #include <stddef.h>
13 #include <stdio.h> 13 #include <stdio.h>
14 #include <stdlib.h> 14 #include <stdlib.h>
15 #include <string.h>
15 #include <dlfcn.h> 16 #include <dlfcn.h>
16 #include <sys/time.h> 17 #include <sys/time.h>
17 18
18 typedef unsigned long ulong; 19 typedef unsigned long ulong;
19 20