Subversion Repositories Kolibri OS

Rev

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

Rev 4639 Rev 4645
Line 416... Line 416...
416
 
416
 
417
void debugi(dword d_int)
417
void debugi(dword d_int)
418
{
418
{
419
	char tmpch[12];
419
	char tmpch[12];
420
	itoa_(#tmpch, d_int);
420
	itoa_(#tmpch, d_int);
421
	debug(#tmpch);
421
	debugln(#tmpch);
Line 422... Line 422...
422
}
422
}
423
 
423