7 lines
81 B
C
7 lines
81 B
C
#pragma once
|
|
|
|
typedef struct {
|
|
int timestamp;
|
|
char * command;
|
|
} entry_t;
|