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?
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to