C - how do i return multiple values from a function?
- by hatorade
if i have a function that produces a result int and a result string how do i return them both from a function? as far as i can tell i can only return 1 thing, as determined by the type preceding the function name