mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-21 06:12:34 +03:00
6 lines
61 B
C
6 lines
61 B
C
|
|
||
|
void cmd_ver()
|
||
|
{
|
||
|
printf (" %s\n\r", SHELL_VERSION);
|
||
|
}
|