Subversion Repositories Kolibri OS

Rev

Rev 3247 | Rev 4016 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1665 Nasarus 1
 
2
{
3
int delay;
4
5
 
6
	{
3247 Albom 7
	#if LANG_ENG
8
		printf("    sleep 
9
	#elif LANG_RUS
10
		printf("  sleep <интервал в сотых доля секунды>\n\r");
4015 Albom 11
	#endif
3247 Albom 12
	return TRUE;
13
	}
14
1665 Nasarus 15
 
16
kol_sleep((unsigned)delay);
17
return TRUE;
18
}
19