Subversion Repositories Kolibri OS

Rev

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

Rev 6771 Rev 6791
Line 792... Line 792...
792
	return ret;
792
	return ret;
793
}
793
}
Line 794... Line 794...
794
 
794
 
795
inline cdecl int sprintf(dword buf, format,...)
795
inline cdecl int sprintf(dword buf, format,...)
-
 
796
{
796
{
797
	#define END_ARGS 0xFF00FF //ARGS FUNCTION
797
	byte s;
798
	byte s;
798
	char X[10];
799
	char X[10];
799
	dword ret, tmp, l;
800
	dword ret, tmp, l;
800
	dword arg = #format;
801
	dword arg = #format;