index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_c99_func.c
blob: b827bfa9f6bcad833ae6e5f32ef522e56b12c1a4 (
plain
)
1
2
3
4
5
6
7
/* C99 __func__ */ void foo(const char *p) { p = __func__; foo(p); }