comparison TOOLS/gltest.c @ 22738:2852487b2f8d

Add #include <string.h> to fix the following warning: gltest.c:157: warning: implicit declaration of function `memset'
author diego
date Tue, 20 Mar 2007 01:08:58 +0000
parents 6ce48e36dc01
children
comparison
equal deleted inserted replaced
22737:6ce48e36dc01 22738:2852487b2f8d
3 #include <GL/glut.h> 3 #include <GL/glut.h>
4 #include <stdio.h> 4 #include <stdio.h>
5 #include <stdlib.h> 5 #include <stdlib.h>
6 #include <math.h> 6 #include <math.h>
7 #include <inttypes.h> 7 #include <inttypes.h>
8 #include <string.h>
8 9
9 // pixel size: 3 or 4 10 // pixel size: 3 or 4
10 #define BYTES_PP 3 11 #define BYTES_PP 3
11 12
12 // blit by lines (defined) or frames (not defined) 13 // blit by lines (defined) or frames (not defined)