Esempio n. 1
0
void    gml_ehp3( const gmltag * entry )
{
    gml_ehp_esf_common( entry, t_HP3 );
}
Esempio n. 2
0
void    gml_esf( const gmltag * entry )
{
    gml_ehp_esf_common( entry, t_SF );
}
Esempio n. 3
0
void    gml_esf( gml_tag gtag )
{
    gml_ehp_esf_common( gtag );
}