Search Results

2
votes
4answers
115 views

C calling conventions and passed arguments

When making a function call in Linux (or OS X for that matter), can the callee modify the values of the arguments on the stack? I was under the assumption that since the caller is the one that cle …