Rev 2479 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2479 | Rev 4515 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | * @{ |
39 | * @{ |
40 | */ |
40 | */ |
41 | /** @file |
41 | /** @file |
42 | */ |
42 | */ |
43 | 43 | ||
44 | int rwait(struct timeval *); |
44 | extern int rwait(struct timeval *); |
45 | int tgetchar(void); |
45 | extern int tgetchar(void); |
46 | void tsleep(void); |
46 | extern void tsleep(void); |
47 | 47 | ||
48 | /** @} |
48 | /** @} |
49 | */ |
49 | */ |
50 | - |