/** @license 2023 Neil Edelman, distributed under the terms of the [MIT License](https://opensource.org/licenses/MIT). Date _vs_ hours flown. */ #include "journal.h" #include "flight.h" #include "source.h" #include #include #include #include int main(void) { int success = EXIT_SUCCESS; errno = 0; struct journal j = journal(); struct sources s = sources(&j); struct flights f = flights(&j); if(errno) goto catch; fprintf(stderr, "Journal: %s.\n", journal_to_string(&j)); printf("set term postscript eps enhanced\n" "set output \"flighthours.eps\"\n" "$Data <