comparison src/coord.c @ 186:530bb7728546 include_mb_test

Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'. This is the solution that I dicussed with FourDollars, last night.
author Thinker K.F. Li <thinker@branda.to>
date Wed, 05 Nov 2008 15:24:01 +0800
parents c7e5b8779bb5
children c234ee745ceb
comparison
equal deleted inserted replaced
185:c7e5b8779bb5 186:530bb7728546
3 * This file implements coordination transforming for containers. 3 * This file implements coordination transforming for containers.
4 */ 4 */
5 #include <stdio.h> 5 #include <stdio.h>
6 #include <string.h> 6 #include <string.h>
7 #include <math.h> 7 #include <math.h>
8 #include "mb/mb_types.h" 8 #include "mb_types.h"
9 9
10 10
11 #define ASSERT(x) 11 #define ASSERT(x)
12 12
13 /* To keep possibility of changing type of aix */ 13 /* To keep possibility of changing type of aix */