I need this stock
#5

pawn Код:
stock strmatch(const String1[], const String2[])
{
    if ((strcmp(String1, String2, true, strlen(String2)) == 0) && (strlen(String2) == strlen(String1)))
    {
    return true;
    }
    else
    {
    return false;
    }
}
just a lil' edit from what calgon said.
Reply


Messages In This Thread
I need this stock - by Takumi.WS - 20.09.2009, 18:06
Re: I need this stock - by Calgon - 20.09.2009, 18:13
Re: I need this stock - by Takumi.WS - 20.09.2009, 21:03
Re: I need this stock - by Calgon - 20.09.2009, 21:06
Re: I need this stock - by coole210 - 20.09.2009, 23:39
Re: I need this stock - by Takumi.WS - 20.09.2009, 23:44
Re: I need this stock - by _Vortex - 21.09.2009, 00:09
Re: I need this stock - by Calgon - 21.09.2009, 00:10
Re: I need this stock - by Hiitch - 21.09.2009, 00:14
Re: I need this stock - by _Vortex - 21.09.2009, 00:16

Forum Jump:


Users browsing this thread: 1 Guest(s)