Subversion Repositories Kolibri OS

Rev

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

Rev 5598 Rev 5606
Line 114... Line 114...
114
    SUB EAX, EBX
114
    SUB EAX, EBX
115
L1:
115
L1:
116
  }
116
  }
117
}
117
}
Line -... Line 118...
-
 
118
 
-
 
119
/*
-
 
120
inline signed int strncmp(dword text1,text2,len)
Line -... Line 121...
-
 
121
{
-
 
122
	
-
 
123
	loop()
-
 
124
	{
-
 
125
		if(DSBYTE[text1]!=DSBYTE[text2])return text1-text2;
-
 
126
		$dec len 
-
 
127
		if(!len)return 0;
-
 
128
	}
118
 
129
}
119
 
130
*/
120
inline fastcall unsigned int strlen( EDI)
131
inline fastcall unsigned int strlen( EDI)
121
{
132
{
122
    $xor eax, eax
133
    $xor eax, eax