Changes between Version 192 and Version 193 of WikiStart
- Timestamp:
- Jun 17, 2014, 9:58:31 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v192 v193 138 138 printf("Voto laboratorio: %d\n", r); 139 139 } while (r < 18); 140 close(fd [0]);140 close(fds[0]); 141 141 write(fds[1], &r, sizeof(r)); 142 142 return 0; … … 149 149 } while (rt < 18); 150 150 151 close(fd [1]);151 close(fds[1]); 152 152 read(fds[0], &rl, sizeof(rl)); 153 153 printf("Registrazione (occorre essere iscritti SIFA) di Sistemi Operativi I e II: %u \n",