Subversion Repositories Kolibri OS

Rev

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

Rev 3495 Rev 3533
Line 1276... Line 1276...
1276
 
1276
 
Line 1277... Line 1277...
1277
//Asper+_______end strings routines___________________
1277
//Asper+_______end strings routines___________________
1278
 
1278
 
1279
 
1279
 
1280
///*********
1280
///*********
Line 1281... Line 1281...
1281
void *memmove ( void * dst, void * src, unsigned int count)  /* uFMOD integration */
1281
void *__cdecl memmove ( void * dst, const void * src, unsigned int count)  /* uFMOD integration */
1282
{ void *ret;
1282
{ void *ret;