pub unsafe extern "C" fn clingo_backend_add_atom(
    backend: *mut clingo_backend_t,
    symbol: *mut clingo_symbol_t,
    atom: *mut clingo_atom_t
) -> bool
Expand description

! Get a fresh atom to be used in aspif directives. ! ! @param[in] backend the target backend ! @param[in] symbol optional symbol to associate the atom with ! @param[out] atom the resulting atom ! @return whether the call was successful