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:17 ID:o4/qtJ6T

/* オートリンク */
function auto_link($proto){
  $proto = ereg_replace("(https?|ftp|news)(://[[:alnum:]\+\$\;\?\.%,!#~*/:@&=_-]+)","<a href=\"\\1\\2\" target=\"_blank\">\\1\\2</a>",$proto);
  return $proto;
}

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