Name: Anonymous 2011-11-02 9:59
which is better for heavy use (thousands of times invoked)
or
int getpenis(char t[],char g[])
{
//compare return 0 for match
}or
static int r;
static char[] s;
static char[] l;
void getpenis()
{
//compare s and l, set ret to 0 if match
}