[BACK]Return to ko-time.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / hgm / fisher-bingham / src

Annotation of OpenXM/src/hgm/fisher-bingham/src/ko-time.h, Revision 1.1

1.1     ! takayama    1: #ifndef _KO_TIME
        !             2: #define _KO_TIME
        !             3:
        !             4: void ko_time_init(int n, ...);
        !             5: void ko_time_print(void);
        !             6: void ko_time_start(char *s);
        !             7: void ko_time_end(char *s);
        !             8:
        !             9: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>