1 /* Begin include file log_output_binary_info.incl.pl1 BIM 1984-10-22 */ 2 /* format: style3,idind30 */ 3 4 declare log_output_binary_info_ptr pointer; 5 declare 1 log_output_binary_info aligned based (log_output_binary_info_ptr), 6 2 version char (8) aligned, 7 2 data_class char (16) varying, /* "" for no data */ 8 2 data_ptr pointer, 9 2 data_length fixed bin (18); /* in words */ 10 11 declare LOG_OUTPUT_BINARY_INFO_VERSION_1 12 char (8) init ("lobi0001") int static options (constant); 13 14 /* End include file log_output_binary_info.incl.pl1 */