pub unsafe extern "C" fn clingo_symbolic_atoms_size(
    atoms: *const clingo_symbolic_atoms_t,
    size: *mut usize
) -> bool
Expand description

! Get the number of different atoms occurring in a logic program. ! ! @param[in] atoms the target ! @param[out] size the number of atoms ! @return whether the call was successful