From the NannyMUD documentation
2000-12-19
NAME sum_array - Sum a numeric array. SYNTAX int sum_array(int *array) DESCRIPTION Return the sum of all the values in a numeric array.
sum_array - Sum a numeric array.
int sum_array(int *array)
Return the sum of all the values in a numeric array.