| 53 | MSH_CMD_EXPORT(clear, clear the terminal screen); |
| 54 | |
| 55 | static long version(void) |
| 56 | { |
| 57 | rt_show_version(); |
| 58 | |
| 59 | return 0; |
| 60 | } |
| 61 | MSH_CMD_EXPORT(version, show RT-Thread version information); |
| 62 | |
| 63 | rt_inline void object_split(int len) |
nothing calls this directly
no test coverage detected