[][src]Function clingo_sys::clingo_symbol_arguments

pub unsafe extern "C" fn clingo_symbol_arguments(
    symbol: clingo_symbol_t,
    arguments: *mut *const clingo_symbol_t,
    arguments_size: *mut usize
) -> bool

! Get the arguments of a symbol. ! ! @param[in] symbol the target symbol ! @param[out] arguments the resulting arguments ! @param[out] arguments_size the number of arguments ! @return whether the call was successful; might set one of the following error codes: ! - ::clingo_error_runtime if symbol is not of type ::clingo_symbol_type_function