Global Functions ======================================================= */
| 936 | |
| 937 | /* Global Functions ======================================================= */ |
| 938 | void |
| 939 | X11_raw_print(const char *str) |
| 940 | { |
| 941 | (void) puts(str); |
| 942 | } |
| 943 | |
| 944 | void |
| 945 | X11_raw_print_bold(const char *str) |
no test coverage detected