Subversion Repositories Kolibri OS

Rev

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

Rev 1842 Rev 1843
Line 1180... Line 1180...
1180
 
1180
 
Line 1181... Line 1181...
1181
//Asper+_______end strings routines___________________
1181
//Asper+_______end strings routines___________________
1182
 
1182
 
1183
 
1183
 
1184
///*********
1184
///*********
Line 1185... Line 1185...
1185
void *memmove ( void * dst, void * src, unsigned int count)  /* uFMOD integration */
1185
void *__cdecl memmove ( void * dst, const void * src, unsigned int count)  /* uFMOD integration */
1186
{ void *ret;
1186
{ void *ret;