_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
I was looking at the code for strstr(s1, s2) and I do not understand how
it does what it's supposed to do. The only exit points return NULL or
the original pointer to s1. How does strstr() return the pointer to the
substring it's supposed to be looking for?
- How does strstr() work? Jody Bruchon
- Re: How does strstr() work? Yann E. MORIN
