[][src]Function clingo_sys::clingo_configuration_description

pub unsafe extern "C" fn clingo_configuration_description(
    configuration: *const clingo_configuration_t,
    key: clingo_id_t,
    description: *mut *const c_char
) -> bool

Get the description of an entry.

@param[in] configuration the target configuration @param[in] key the key @param[out] description the description @return whether the call was successful