[][src]Function clingo_sys::clingo_symbolic_atoms_size

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

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