Hi list,
Got a few errors when compiling cyclone on OSX and Windows:
sickle/rand.c: In function 'rand_perform':
sickle/rand.c:34:5: error: unknown type name 'int32_t'
int32_t normhipart;
^
sickle/train.c: In function 'train_perform':
sickle/train.c:42:5: error: unknown type name 'int32_t'
int32_t normhipart;
^
-Jonathan