Subversion Repositories Kolibri OS

Rev

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

Rev 6152 Rev 6278
Line 49... Line 49...
49
	char tmpch[12];
49
	char tmpch[12];
50
	itoa_(#tmpch, d_int);
50
	itoa_(#tmpch, d_int);
51
	debugln(#tmpch);
51
	debugln(#tmpch);
52
}
52
}
Line -... Line 53...
-
 
53
 
-
 
54
:void debugval(dword text,number)
-
 
55
{
-
 
56
	debug(text);
-
 
57
	debug(": ");
-
 
58
	debugi(number);
-
 
59
}
53
 
60
 
54
:void assert(dword _type, _actual, _expected)
61
:void assert(dword _type, _actual, _expected)
55
{
62
{
56
	char r[4096];
63
	char r[4096];
57
	if (_type=='s') {
64
	if (_type=='s') {