Subversion Repositories HelenOS

Rev

Rev 2618 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2618 Rev 2619
Line 36... Line 36...
36
}
36
}
37
 
37
 
38
char * test_send_async(bool quiet)
38
char * test_send_async(bool quiet)
39
{
39
{
40
    int phoneid;
40
    int phoneid;
41
    int res;
-
 
42
    static int msgid = 1;
41
    static int msgid = 1;
43
    char c;
42
    char c;
44
 
43
 
45
    printf("Select phoneid to send msg: 2-9\n");
44
    printf("Select phoneid to send msg: 2-9\n");
46
    do {
45
    do {