4 lines
74 B
C
4 lines
74 B
C
|
#pragma once
|
||
|
|
||
|
void parse_event(char event_string[], struct event **head);
|