|
|
|
|
|
by mzs
4390 days ago
|
|
"Inspecting a diff between the qsort() of 4.4BSD-Lite and that of current day FreeBSD reveals that very little has changed since 1994." That reminds me :) $ expr \( -2147483648 \) \* -1
-2147483648
$ expr \( -2147483648 \) / -1
Floating point exception: 8 (core dumped)
$ uname -srm
FreeBSD 8.4-RELEASE-p9 i386
|
|