summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/qsort.c
diff options
context:
space:
mode:
authorblambert <blambert@openbsd.org>2010-02-07 13:04:25 +0000
committerblambert <blambert@openbsd.org>2010-02-07 13:04:25 +0000
commita2d4139b77f563701f91f5e242fad081461e697f (patch)
treed724acc6cf5578177ca7edcf70f22819845d13b9 /lib/libc/stdlib/qsort.c
parentwriting to RT2860_TX_PIN_CFG requires some extra steps on RT3572 (diff)
downloadwireguard-openbsd-a2d4139b77f563701f91f5e242fad081461e697f.tar.xz
wireguard-openbsd-a2d4139b77f563701f91f5e242fad081461e697f.zip
A few visual cleanups, and clarify a comment.
Also: for (i = 0; i >= 0 && foo; i++) is functionally equivalent to: for (i = 0; foo; i++) so use the clearer construct where appropriate. ok pyr@
Diffstat (limited to 'lib/libc/stdlib/qsort.c')
0 files changed, 0 insertions, 0 deletions