#include "mkhibliba.h" /** * The table of correspondance between TIOS types and * filelib types * * It should be used as : * tiostag = h_filelib2TiosTable[filelibtag]; */ unsigned char h_filelib2tiosTable[15] = { ASM_TAG, OTH_TAG, FUNC_TAG, FUNC_TAG, MATRIX_TAG, LIST_TAG, MAC_TAG, TEXT_TAG, STR_TAG, DATA_TAG, FIG_TAG, PIC_TAG, GDB_TAG, EXPR_TAG, OTH_TAG };