pub unsafe extern "C" fn clingo_backend_theory_term_string(
    backend: *mut clingo_backend_t,
    string: *const c_char,
    term_id: *mut clingo_id_t
) -> bool
Expand description

! Add a theory term representing a string. ! ! @param[in] backend the target backend ! @param[in] string the value of the term ! @param[out] term_id the resulting term id ! @return whether the call was successful; might set one of the following error codes: ! - ::clingo_error_bad_alloc