comparison lib-src/profile.c @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 6b37e6ddd302
children c5d627a313b1
comparison
equal deleted inserted replaced
174:bb3568571b84 175:2d532a89d707
30 ** 'q' -- exit. 30 ** 'q' -- exit.
31 ** 31 **
32 ** abstraction : a stopwatch 32 ** abstraction : a stopwatch
33 ** operations: reset_watch, get_time 33 ** operations: reset_watch, get_time
34 */ 34 */
35 #include <config.h> 35 #include <../src/config.h>
36 #include <stdio.h> 36 #include <stdio.h>
37 #if __STDC__ || defined(STDC_HEADERS) 37 #if __STDC__ || defined(STDC_HEADERS)
38 #include <stdlib.h> 38 #include <stdlib.h>
39 #endif 39 #endif
40 #include "../src/systime.h" 40 #include "../src/systime.h"