update cmm programs

git-svn-id: svn://kolibrios.org@3081 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2012-12-06 07:49:06 +00:00
parent 675efc8539
commit c8034527ce
9 changed files with 164 additions and 8 deletions

View File

@@ -130,6 +130,18 @@ inline fastcall strcat( EDI, ESI)
}
}
/*void strcat(char *to, char *from) //<2F><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
{
while(*to) to++;
while(*from)
{
*to = *from;
to++;
from++;
}
*to = '\0';
}*/
dword itoa( ESI)
{
unsigned char buffer[11];
@@ -333,4 +345,4 @@ L4: POP ECX
#define stricmpn strcmpni
#define strnicmp strcmpni
#define strincmp strcmpni
#define strcmpin strcmpni
#define strcmpin strcmpni