This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1a0a934547
freebsd-dev
/
lib
/
libc
/
string
/
memmove.c
6 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
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
#
include
<sys/cdefs.h>
__FBSDID
(
"
$FreeBSD$
"
)
;
Added some 2-line source files to get a direct correspondence between sources and objects. This will be used to avoid messy special cases in Makefile.inc.
1997-10-15 15:27:19 +00:00
#
define MEMMOVE
#
include
"bcopy.c"
Reference in New Issue
Copy Permalink