This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
af3f61eb4e
freebsd-nq
/
lib
/
libc
/
string
/
strrchr.c
6 lines
83 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 STRRCHR
#
include
"rindex.c"
Reference in New Issue
Copy Permalink