comparison src/shift.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 45d9a1e2764d
comparison
equal deleted inserted replaced
185:c7e5b8779bb5 186:530bb7728546
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <string.h> 3 #include <string.h>
4 #include "mb/animate.h" 4 #include "mb_animate.h"
5 5
6 static float comp_mb_timeval_ratio(const mb_timeval_t *a, 6 static float comp_mb_timeval_ratio(const mb_timeval_t *a,
7 const mb_timeval_t *b) { 7 const mb_timeval_t *b) {
8 float ratio; 8 float ratio;
9 9