Mail Archives: djgpp-workers/1998/09/11/13:02:03
I've made the wide string equivalents to the <string.h> 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 <string.h>
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/
- Raw text -