Subversion Repositories Kolibri OS

Rev

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

Rev 7746 Rev 7771
Line 49... Line 49...
49
	debug(": ");
49
	debug(": ");
50
	itoa_(#tmpch, number);
50
	itoa_(#tmpch, number);
51
	debugln(#tmpch);
51
	debugln(#tmpch);
52
}
52
}
Line -... Line 53...
-
 
53
 
-
 
54
:void debug_n(dword _text, _size)
-
 
55
{
-
 
56
	dword res_text = malloc(_size);
-
 
57
	strncpy(res_text, _text, _size-1);
-
 
58
	debugln(res_text);
-
 
59
	free(res_text);
-
 
60
}
53
 
61
 
54
#endif
62
#endif