awips2/nativeLib/rary.ohd.util/inc/pe_map_table.h
2017-04-21 18:33:55 -06:00

10 lines
211 B
C

/* SHEF PE code and data base table name information */
typedef struct _pe_map_struct {
char pe[3];
char table[25];
} pe_map_struct;
pe_map_struct *pe_map;
int num_pe_maps;