Name:
Anonymous
2009-05-06 2:50
/PROG/ has decided to worktogether to make a telnet based multiplayerp
Name:
Anonymous
2009-05-07 8:57
ok guys ill start
[code]
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
/* DEFINITIONS *********************************************/
int main(int argc, char** argv){
/*do some stuff*/
return 0;
}