This commit is contained in:
jl777
2019-02-10 02:39:36 -11:00
parent ffc96c9674
commit 263b0e09ed

View File

@@ -17,6 +17,9 @@
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#define true 1
#define false 0
#include "../../cJSON.c"
int32_t rogue_replay(uint64_t seed,int32_t sleeptime);