Function regorust::regoInputArray
source · pub unsafe extern "C" fn regoInputArray(
input: *mut regoInput,
count: regoSize,
) -> regoEnumExpand description
@brief Uses the top ‘count’ values on the stack to create an array and pushes it back onto the stack. @param input The input object. @param count The number of values to use. @return REGO_OK if successful, REGO_ERROR or REGO_INPUT_MISSING_ARGUMENTS otherwise.