fsecs.h 112 Bytes EditWeb IDE 1 2 3 4 typedef void (*fsecs_test_funct)(void *); void init_fsecs(void); double fsecs(fsecs_test_funct f, void *argp);