Subversion Repositories Kolibri OS

Rev

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

Rev 4562 Rev 4688
Line 1... Line 1...
1
unsigned int GetNextParam()
1
unsigned int GetNextParam()
2
{
2
{
3
	byte	kavichki = false;
3
	byte	kavichki=0;
4
	int		i = strlen(#tagparam) - 1;
4
	int		i = strlen(#tagparam) - 1;
Line 5... Line 5...
5
	
5
	
Line 6... Line 6...
6
	if (!tagparam) return 0;
6
	if (!tagparam) return 0;