comparison src/timer.c @ 185:c7e5b8779bb5 include_mb_test

Move header files into include/mb/ subdirectory and remove symlink 'mb'.
author Thinker K.F. Li <thinker@branda.to>
date Tue, 04 Nov 2008 17:00:26 +0800
parents 6749f6639924
children 530bb7728546
comparison
equal deleted inserted replaced
184:13c1d49c198b 185:c7e5b8779bb5
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <stdint.h> 2 #include <stdint.h>
3 #include <stdlib.h> 3 #include <stdlib.h>
4 #include <string.h> 4 #include <string.h>
5 #include "mb_timer.h" 5 #include "mb/mb_timer.h"
6 #include "tools.h" 6 #include "mb/tools.h"
7 7
8 8
9 #define OK 0 9 #define OK 0
10 #define ERR -1 10 #define ERR -1
11 11