FACT++  1.0
void del_str_table ( )

Definition at line 152 of file dui_util.c.

References i, and str_table.

153 {
154 int i;
155 
156  for(i=0;str_table[i];i++)
157  XmStringFree(str_table[i]);
158 
159 }
int i
Definition: db_dim_client.c:21
static XmString str_table[50]
Definition: dui_util.c:137