interpret/src/scan_flight.h

5 lines
108 B
C
Raw Normal View History

2023-02-01 08:58:51 +00:00
#include "helper.h"
#include "flight.h"
2023-02-02 07:18:20 +00:00
int flight_scan(union date32, const char *, struct flight_tree *);