Exemplo n.º 1
0
Arquivo: attrask.c Projeto: aosm/tidy
Bool TIDY_CALL tidyAttrIsCONTENT( TidyAttr tattr )
{
    return attrIsCONTENT( tidyAttrToImpl(tattr) );
}
Exemplo n.º 2
0
Bool tidyAttrIsCONTENT( TidyAttr tattr )
{
    return attrIsCONTENT( tidyAttrToImpl(tattr) );
}