mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-24 07:36:48 +03:00
7 lines
80 B
C
7 lines
80 B
C
|
|
||
|
int cmd_pwd(char param[])
|
||
|
{
|
||
|
printf (" %s\n\r", cur_dir);
|
||
|
return TRUE;
|
||
|
}
|