interpret/src/scan_score.h
2023-03-12 16:48:29 -07:00

5 lines
107 B
C

#include "helper.h"
#include "flight.h"
int scan_score(union date32, const char *, struct flight_tree *);