Skip to content
Prev 44093 / 63424 Next

Question about copying arguments in C.

On Sep 14, 2012, at 11:10 PM, Simon Knapp wrote:

            
Yes.

In fact if you wanted to duplicate (e.g, if you want to modify an incoming argument and return the modified result), the proper way would be to use duplicate() and not the contortions your were trying.

Cheers,
Simon