/** @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 #include #include #include int main(void) { int success = EXIT_SUCCESS; struct journal j = journal(); union date32 k; struct flights f = flights(&j); if(!journal_is_valid(&j)) goto catch; fprintf(stderr, "Journal: %s.\n", journal_to_string(&j)); printf("set term postscript eps enhanced\n" "set output \"flighthours.eps\"\n" "$Data <