repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_c99_func.c
blob
b827bfa9f6bcad833ae6e5f32ef522e56b12c1a4
1
/* C99 __func__ */
2
3
void
4
foo
(
const char
*
p
) {
5
p
=
__func__
;
6
foo
(
p
);
7
}