NetBSD/sys/lib
dyoung 321a3122bb Per discussion on source-changes@, add __arraycount(array) for
counting the number of elements in a static array, using the idiom,
sizeof(array)/sizeof(array[0]).

XXX This may move in the future, but this is a safe place to put
XXX it for use in the kernel.
2006-03-27 21:18:33 +00:00
..
libkern Per discussion on source-changes@, add __arraycount(array) for 2006-03-27 21:18:33 +00:00
libsa
libz