more work on config parser

This commit is contained in:
2019-01-17 14:00:17 +01:00
parent c848ebd12d
commit e5cc357130
5 changed files with 39 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
/*
* core/utils.h
*/
int seed_my_rand(int foo);
int random1000(int type);
double dtime(void);