This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
33ae7765a1
NetBSD
/
regress
/
usr.bin
/
xlint
/
lint1
/
test7.c
8 lines
72 B
C
Raw
Blame
History
/* C99 __func__ */
void
foo
(
const
char
*
p
)
{
p
=
__func__
;
foo
(
p
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink