st.c:196
st_table*
st_init_strtable(void)
{
    return st_init_table(&type_strhash);
}
