/* ** copyright (c) 1995 Birk Huber */ /* get user time * man 2 getrusage */ #include #include #include #include "utime.h" int set_mark(){ return clock(); } int read_mark(int timeset){ return (clock()-timeset) / CLOCKS_PER_SEC; }