cmm: various updates

git-svn-id: svn://kolibrios.org@6791 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2016-12-08 17:20:55 +00:00
parent 54932fe994
commit 94e30f2af4
6 changed files with 65 additions and 18 deletions

View File

@@ -794,6 +794,7 @@ inline signed csshexdec(dword text)
inline cdecl int sprintf(dword buf, format,...)
{
#define END_ARGS 0xFF00FF //ARGS FUNCTION
byte s;
char X[10];
dword ret, tmp, l;