freebsd-dev/sys/libkern
Bruce Evans 6485b5ff77 Use new-style declarations for min/max functions so that
"gcc -Wstrict-prototypes" doesn't emit warnings about them.

Write each min/max functions on a single line so that the similarity and
triviality of the functions is more obvious.

Put the quad min/max functions in the correct place (aphabetical order).

The u_quad min/max functions are missing.  Only 3 or 4 of the min/max
functions are actually used.  sys/socketvar.h ``should use "lmin" but
it doesn't exist now''.  lmin does exist now, but isn't used.  Since we
depend on gcc for `inline', perhaps we should depend on it for __typeof
and function-expressions and use only macros min() and max() that work
for any types (I'm not sure how to handle mixed types).
1994-09-18 23:04:25 +00:00
..
adddi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
anddi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
ashldi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
ashrdi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
bcmp.c Added $Id$ 1994-08-02 07:55:43 +00:00
cmpdi2.c Added $Id$ 1994-08-02 07:55:43 +00:00
divdi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
ffs.c Added $Id$ 1994-08-02 07:55:43 +00:00
fnmatch.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
iordi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
libkern.h Use new-style declarations for min/max functions so that 1994-09-18 23:04:25 +00:00
locc.c Added $Id$ 1994-08-02 07:55:43 +00:00
lshldi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
lshrdi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
Makefile Added -DKERNEL and added support for kernel profiling. 1994-09-15 15:41:48 +00:00
mcount.c Added -DKERNEL and added support for kernel profiling. 1994-09-15 15:41:48 +00:00
moddi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
muldi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
negdi2.c Added $Id$ 1994-08-02 07:55:43 +00:00
notdi2.c Added $Id$ 1994-08-02 07:55:43 +00:00
qdivrem.c Added $Id$ 1994-08-02 07:55:43 +00:00
quad.h Added $Id$ 1994-08-02 07:55:43 +00:00
random.c Added $Id$ 1994-08-02 07:55:43 +00:00
rindex.c Added $Id$ 1994-08-02 07:55:43 +00:00
scanc.c Added $Id$ 1994-08-02 07:55:43 +00:00
skpc.c Added $Id$ 1994-08-02 07:55:43 +00:00
strcat.c Added $Id$ 1994-08-02 07:55:43 +00:00
strcmp.c Added $Id$ 1994-08-02 07:55:43 +00:00
strcpy.c Added $Id$ 1994-08-02 07:55:43 +00:00
strlen.c Added $Id$ 1994-08-02 07:55:43 +00:00
strncpy.c Added $Id$ 1994-08-02 07:55:43 +00:00
strsep.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
subdi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
ucmpdi2.c Added $Id$ 1994-08-02 07:55:43 +00:00
udivdi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
umoddi3.c Added $Id$ 1994-08-02 07:55:43 +00:00
xordi3.c Added $Id$ 1994-08-02 07:55:43 +00:00