示例#1
0
void    gml_ehp3( const gmltag * entry )
{
    gml_ehp_esf_common( entry, t_HP3 );
}
示例#2
0
void    gml_esf( const gmltag * entry )
{
    gml_ehp_esf_common( entry, t_SF );
}
示例#3
0
void    gml_esf( gml_tag gtag )
{
    gml_ehp_esf_common( gtag );
}