- or download this
int uv_fits_double(UV arg) {
...
return 0;
}
- or download this
sub uv_fits_double {
...
return 0;
}
- or download this
use strict;
use warnings;
...
Should output 1101
The 4th value fits, even though it's greater
than the 3rd value (which doesn't fit).