interpret/src/scan_flight.h
2023-02-01 23:18:20 -08:00

5 lines
108 B
C

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