Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Static Anus

Name: Anonymous 2011-11-02 9:59

which is better for heavy use (thousands of times invoked)


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
}

Name: Anonymous 2011-11-02 14:19

Why return 0 and not 1?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List