# TABLE.COM -- Common block for darkstat table I/O. char col_names[SZ_COLNAME, MAX_COLUMNS] # Output table column names. pointer columns[MAX_COLUMNS] # Output table column descriptors # Define the common block. common /event_table/ col_names, columns