set the coordinate where next message happens */
| 90 | |
| 91 | /* set the coordinate where next message happens */ |
| 92 | void |
| 93 | set_msg_xy(coordxy x, coordxy y) |
| 94 | { |
| 95 | a11y.msg_loc.x = x; |
| 96 | a11y.msg_loc.y = y; |
| 97 | } |
| 98 | |
| 99 | staticfn void vpline(const char *, va_list); |
| 100 |
no outgoing calls
no test coverage detected