comparison rvinterf/etmsync/fsiomain.c @ 277:e23fc1228efd

fc-fsio: low-level rvinterf link implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 24 Feb 2014 03:42:47 +0000
parents 909f00c15f27
children f304f9bcde3b
comparison
equal deleted inserted replaced
276:909f00c15f27 277:e23fc1228efd
62 connect_local_socket(); 62 connect_local_socket();
63 } 63 }
64 64
65 for (;;) { 65 for (;;) {
66 if (isatty(0)) { 66 if (isatty(0)) {
67 rx_control(0);
67 fputs("fsio> ", stdout); 68 fputs("fsio> ", stdout);
68 fflush(stdout); 69 fflush(stdout);
69 } 70 }
70 if (!fgets(command, sizeof command, stdin)) 71 if (!fgets(command, sizeof command, stdin))
71 exit(0); 72 exit(0);