Message-Id: <199809111635.QAB43184@out5.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Fri, 11 Sep 1998 12:35:47 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Wide string functions available Precedence: bulk I've made the wide string equivalents to the functions available from: http://members.xoom.com/snowball3/djgpp/ Also there is the library of those functions, wchar.a, compiled with egcs 1.1. The only function changed from its counterpart (aside from changing char to wchar_t that is) was wmemset since wchar_t is a long and memset.s was used to efficiently set bytes. Plus my knowledge of Intel assembly is rather poor! Mark -- Mark E. snowball3 AT usa DOT net http://members.xoom.com/snowball3/