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

! Get the number of different predicate signatures used in the program. ! ! @param[in] atoms the target ! @param[out] size the number of signatures ! @return whether the call was successful