On 14 September 2012 14:04, Rico Schüller kgbricola@web.de wrote:
- FLOAT s, temp[max( 1, order * order )];
Is this allowed in c and does it really work the way one would expect?
It is in C99 (look into VLAs), but Wine doesn't allow C99 features.