Shell: ls command fix, other small fixes
git-svn-id: svn://kolibrios.org@2617 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -66,6 +66,17 @@ else
|
||||
|
||||
/// ===========================================================
|
||||
|
||||
void file_not_found(char file[])
|
||||
{
|
||||
#if LANG_ENG
|
||||
printf (" File '%s' not found.\n\r", file);
|
||||
#elif LANG_RUS
|
||||
printf (" ” ©« '%s' ¥ ©¤¥.\n\r", file);
|
||||
#endif
|
||||
}
|
||||
|
||||
/// ===========================================================
|
||||
|
||||
int iswhite(char c)
|
||||
{
|
||||
return ((' ' == c) || ('\t' == c) || (13 == c) || (10 == c));
|
||||
|
||||
Reference in New Issue
Block a user