Subversion Repositories Kolibri OS

Rev

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

Rev 3043 Rev 3045
Line 81... Line 81...
81
  }
81
  }
Line 82... Line 82...
82
  
82
  
83
  return color;
83
  return color;
Line 84... Line 84...
84
}
84
}
85
 
85
 
86
inline fastcall int strcmp(ESI, EDI)
86
inline fastcall signed char strcmp(ESI, EDI)
87
{
87
{
88
	loop()
88
	loop()
89
	{
89
	{
Line 95... Line 95...
95
	}
95
	}
96
}
96
}
Line 97... Line -...
97
 
-
 
98
 
97
 
99
 
98
 
100
 
99
 
101
inline fastcall unsigned int strchr(ESI,BL)
100
inline fastcall unsigned int strchr(ESI,BL)
102
{
101
{