pub unsafe extern "C" fn clingo_signature_name(
    signature: clingo_signature_t
) -> *const c_char
Expand description

! Get the name of a signature. ! ! @note ! The string is internalized and valid for the duration of the process. ! ! @param[in] signature the target signature ! @return the name of the signature