On Fri, Aug 22, 2008 at 6:52 AM, Samuel Thibault <[EMAIL PROTECTED]> wrote: > Da Zheng, le Fri 22 Aug 2008 11:55:52 +0200, a écrit : >> I wonder why strstr() is harmful. > > Because it's far less efficient than strchr. Try to implement strstr > and strchr yourself without the help of strcmp. >
It's my understanding that the arg variable already contains everything after the `='.