Re: Kat's 8bit sequences
- Posted by Jim Brown <jbrown105 at linuxbuddhis?.?et> Jun 01, 2008
- 715 views
Kat wrote: > There's no equivalent to Eu's > match() for the C strings (i do see several char search functions tho)? > > Kat strstr() is C's version of match() for C strings. Bernie's mixedlib.e probably implements this as well. (For the C version, if you want an index instead of a pointer, do "strstr(haystack,needle)-haystack;".)