[][src]Function clingo_sys::clingo_theory_atoms_size

pub unsafe extern "C" fn clingo_theory_atoms_size(
    atoms: *const clingo_theory_atoms_t,
    size: *mut usize
) -> bool

Get the total number of theory atoms.

@param[in] atoms the target @param[out] size the resulting number @return whether the call was successful