NetBSD/sys/lib/libkern/arch/m68k
cgd bdbfa48c0b Add machine-independent assertion-checking support. macros are:
assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)
1996-08-27 00:44:20 +00:00
..
DEFS.h
Makefile.inc Add machine-independent assertion-checking support. macros are: 1996-08-27 00:44:20 +00:00
SYS.h
bcmp.S
bzero.S
ffs.S
htonl.S
htons.S
ntohl.S
ntohs.S
scanc.S
skpc.S
strcat.S
strcmp.S
strcpy.S
strlen.S
strncmp.S
strncpy.S