This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-25 11:37:56 +00:00
Code
Issues
Releases
Activity
532fd61b45
freebsd
/
lib
/
libc
/
string
/
bzero.c
6 lines
81 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 BZERO
#
include
"memset.c"
Reference in New Issue
Copy Permalink