We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I need string functions which are operating on xhuge data. Has anyone code for: xstrcpy xstrcmp xstrncpy xstrncmp Any help is apprecciated
The C166 library includes x versions of the str functions. xstrcmp and xstrcpy are described at: http://www.keil.com/support/man/docs/c166/c166_xstrcmp.htm http://www.keil.com/support/man/docs/c166/c166_xstrcmp.htm There are no x versions of the strn functions but there are for the mem functions. Maybe that will help. Jon