Skip to content

Instantly share code, notes, and snippets.

typedef struct Log Log;
struct Log {
float score;
float moves;
};
typedef struct LogBuffer LogBuffer;
struct LogBuffer {
Log *logs;
typedef struct Log Log;
struct Log {
float score;
float moves;
};
typedef struct LogBuffer LogBuffer;
struct LogBuffer {
Log *logs;