diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-10-15 15:27:19 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-10-15 15:27:19 +0000 |
commit | e94b7ef033d9752fcb9e547a480060dea5ceef90 (patch) | |
tree | b402bed697158f5a74862320dad9ad7863576657 /lib/libc/string/memcpy.c | |
parent | 61736887074cc7733cd9a13c31610414ed58dbe7 (diff) |
Notes
Diffstat (limited to 'lib/libc/string/memcpy.c')
-rw-r--r-- | lib/libc/string/memcpy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/string/memcpy.c b/lib/libc/string/memcpy.c new file mode 100644 index 0000000000000..ee1150473aa91 --- /dev/null +++ b/lib/libc/string/memcpy.c @@ -0,0 +1,2 @@ +#define MEMCOPY +#include "bcopy.c" |