From owner-freebsd-current Tue Mar 9 22:48:19 1999 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 5A94614F56 for ; Tue, 9 Mar 1999 22:48:18 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id WAA30462; Tue, 9 Mar 1999 22:49:24 -0800 (PST) (envelope-from sgk) From: Steve Kargl Message-Id: <199903100649.WAA30462@troutmask.apl.washington.edu> Subject: Re: wchar.h? In-Reply-To: <199903100428.UAA38031@bubba.whistle.com> from Archie Cobbs at "Mar 9, 1999 8:28:41 pm" To: archie@whistle.com (Archie Cobbs) Date: Tue, 9 Mar 1999 22:49:24 -0800 (PST) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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