Re: wrapping C functions
- Posted by SDPringle Feb 21, 2013
- 1460 views
That's a little risky, you don't know if the integer might actually need to be a double. You should go through the format string instead and determine the types that way.
That's a little risky, you don't know if the integer might actually need to be a double. You should go through the format string instead and determine the types that way.