Subversion Repositories Kolibri OS

Rev

Rev 1647 | Rev 3245 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1647 Rev 2617
Line 64... Line 64...
64
}
64
}
65
 
65
 
Line 66... Line 66...
66
/// ===========================================================
66
/// ===========================================================
Line -... Line 67...
-
 
67
 
-
 
68
void file_not_found(char file[])
-
 
69
{
-
 
70
#if LANG_ENG
-
 
71
	printf ("  File '%s' not found.\n\r", file);
-
 
72
#elif LANG_RUS
-
 
73
	printf ("  ” ©« '%s' ­¥ ­ ©¤¥­.\n\r", file);
-
 
74
#endif
-
 
75
}
-
 
76
 
-
 
77
/// ===========================================================
67
 
78
 
68
int iswhite(char c)
79
int iswhite(char c)
69
{
80
{
70
return ((' ' == c) || ('\t' == c) || (13 == c) || (10 == c));
81
return ((' ' == c) || ('\t' == c) || (13 == c) || (10 == c));