Remote agent/Simulation/C: Difference between revisions

Content added Content deleted
(Created page with "{{implementation|Remote agent/Simulation}} Server/client programs share a lot of code, so they are all lumped together here. To compile, dump all three files in the same dir, an...")
 
m (-leftover cruft)
Line 16: Line 16:
#define W 30
#define W 30
#define H 30
#define H 30
char response[] = "A";


int do_server_stuff(int);
int do_server_stuff(int);