Hello, How can I interpret the output of ltrace? I see something like this: funcname(val1, val2, val3, val4, val5) = val6 I can see that the lower val's are the function parameters and val6 is the return value but what are the others? Thank you.