Re: Kat's 8bit sequences

new topic     » goto parent     » topic index » view thread      » older message » newer message

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;".)

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu