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

Code Post

Name: Anonymous 2007-08-27 11:32 ID:zb+2UfHi

Post your code here - any language, complex or simple:

int add(int a, int b)
{
return a+b;
}


int main()
{

int c;
c = add(12, 12);
printf("answer is %d\n", c);
return 0;

}

Name: Anonymous 2007-08-27 16:57 ID:AEFTLnlZ

>>9
ereg_replace considered SLOW

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