Actually implement strnlen()
authorH. Peter Anvin <hpa@zytor.com>
Mon, 18 Feb 2008 23:58:01 +0000 (15:58 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 20 Feb 2008 00:51:23 +0000 (16:51 -0800)
commita82e91b7dbb30ccd45e280a8ec922b5efbf26d14
treec864e036b592857239e1d49630ec4ba8b6992bf9
parent2b9f14435a237bf15841bd60c458d512f403f350
Actually implement strnlen()

Actually implement strnlen(), which was in the header files but not in
the library.
com32/lib/Makefile
com32/lib/strnlen.c [new file with mode: 0644]