malloc-lab/fsecs.h

5 lines
112 B
C

typedef void (*fsecs_test_funct)(void *);
void init_fsecs(void);
double fsecs(fsecs_test_funct f, void *argp);