- or download this
----------------------------------------------
Welcome to Strawberry Perl PDL Edition!
...
Default GSL error handler invoked.
D:\C>
- or download this
#include <stdio.h>
#include <stdlib.h>
...
printf("2: nnz: %d\n", gsl_spmatrix_nnz( m ));
return 0;
}
- or download this
D:\C>perl -le "$x = (1 << 32) + 2; print $x; print 'WTF' if $x == 2;"
4294967298