Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3343 | Rev 3492 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | 33 | ||
| 34 | char * test_send_sync(bool quiet) |
34 | char * test_send_sync(bool quiet) |
| 35 | { |
35 | { |
| 36 | int phoneid; |
36 | int phoneid; |
| 37 | int res; |
37 | int res; |
| 38 | static int msgid = 1; |
- | |
| 39 | char c; |
38 | char c; |
| 40 | 39 | ||
| 41 | printf("Select phoneid to send msg: 2-9 (q to skip)\n"); |
40 | printf("Select phoneid to send msg: 2-9 (q to skip)\n"); |
| 42 | do { |
41 | do { |
| 43 | c = getchar(); |
42 | c = getchar(); |