Subject: libc functions missing in NetBSD
To: None <netbsd-users@netbsd.org>
From: Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr>
List: netbsd-users
Date: 11/16/2000 17:07:20
Hi!
I try to port to NetBSD some code that uses the following functions in
libc:
iswspace, towupper, stricmp, strncmp.
As I understood, stricmp and strncmp map to strcasecmp and strncasecmp
on the BSD side. Right?
iswspace and towupper are isspace and toupper, but with 2 bytes long
characters and locale support. Is this available for NetBSD, even
outside libc?
--
Emmanuel Dreyfus
p99dreyf@criens.u-psud.fr