globle const char *GetDefrulePPForm( void *theDefrule) { return EnvGetDefrulePPForm(GetCurrentEnvironment(),theDefrule); }
std::string Rule::formatted( ) { if ( !m_cobj ) return std::string(); return EnvGetDefrulePPForm( m_environment.cobj(), m_cobj ); }