Re: [OT] Speaking of C...
- Posted by Lnettnay Jun 17, 2013
- 1803 views
Wrapping it gets it to work. Thank you.
The optimization that it does with -O2 just does the calculations and returns the result. I found out that if you don't initialize your variables it just returns with no value. Bet that would be fun to debug.