Login | Register
#include <my_global.h>
#include "m_string.h"
Include dependency graph for bmove.c:
Go to the source code of this file.
Definition at line 71 of file bmove.c.
00075 { 00076 while (len-- != 0) *dst++ = *src++; 00077 }