comparison test/putenemy.c @ 868:c55337499f96

remove warnings and error from test
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 01 Apr 2014 02:42:22 +0900
parents c2c709727221
children
comparison
equal deleted inserted replaced
867:33d00c6b2a7e 868:c55337499f96
1 #include <math.h> 1 #include <math.h>
2 2
3 // for rand 3 // for rand
4 #include <stdlib.h> 4 #include <stdlib.h>
5 5
6 extern int printf(char *,...); 6 extern int printf(const char *,...);
7 #define SANKAKU 100000 7 #define SANKAKU 100000
8 #ifndef M_PI 8 #ifndef M_PI
9 #define M_PI 3.1415962 9 #define M_PI 3.1415962
10 #endif 10 #endif
11 11