#ifndef _JIO_REPORT_USAGE #define _JIO_REPORT_USAGE typedef struct iou_t iou_t; int jio_report_usage(iou_t *iou, int argc, char *argv[]); #endif