This commit is contained in:
2025-01-08 02:25:09 +01:00
commit c487431419
39 changed files with 86539 additions and 0 deletions

4
fsecs.h Executable file
View File

@@ -0,0 +1,4 @@
typedef void (*fsecs_test_funct)(void *);
void init_fsecs(void);
double fsecs(fsecs_test_funct f, void *argp);