1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/lib/libc/string/memcpy.c
David E. O'Brien 333fc21e3c Fix the style of the SCM ID's.
I believe have made all of libc .c's as consistent as possible.
2002-03-22 21:53:29 +00:00

6 lines
82 B
C

#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#define MEMCOPY
#include "bcopy.c"