00001 00002 00003 # define TAB_C_SIZ 1024 00004 # define TAB_I_SIZ 32 00005 00006 00007 00015 typedef struct {long tabSiz, indSiz; char *tab; int iNr; short *ind;} TxtTab; 00016 00017 00018 char* UtxTab__ (int iNr, TxtTab *tab); 00019 00020 // EOF