Changeset 047aa46 in mainline for uspace/app/tester/ipc/send_sync.c
- Timestamp:
- 2008-03-26T22:47:55Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e190a89b
- Parents:
- e13daa5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/ipc/send_sync.c
re13daa5d r047aa46 39 39 char c; 40 40 41 printf("Select phoneid to send msg: 2-9 \n");41 printf("Select phoneid to send msg: 2-9 (Q to skip)\n"); 42 42 do { 43 43 c = getchar(); 44 if (c == 'Q' || c == 'q') 45 return TEST_SKIPPED; 44 46 } while (c < '2' || c > '9'); 45 47 phoneid = c - '0';
Note:
See TracChangeset
for help on using the changeset viewer.