Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 1999 22:49:24 -0800 (PST)
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        archie@whistle.com (Archie Cobbs)
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: wchar.h?
Message-ID:  <199903100649.WAA30462@troutmask.apl.washington.edu>
In-Reply-To: <199903100428.UAA38031@bubba.whistle.com> from Archie Cobbs at "Mar 9, 1999  8:28:41 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Archie Cobbs wrote:
> The jikes Java compiler relies on an include file "whcar.h" being
> on the system. However, even if it's not, it includes routines
> to do what it needs... only about 40 lines or so for these functions:
> 
>   wcslen()
>   wcscpy()
>   wcsncpy()
>   wcscat()
>   wcscmp()
>   wcsncmp()
> 
> How come FreeBSD doesn't have these? Is there a complicated problem
> preventing us from adding them?
> 

Look at /usr/include/machine/ansi.h.

It has a brief statement about wchar_t.

-- 
Steve


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903100649.WAA30462>