repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
regress
/
libexec
/
ld.elf_so
/
origin
/
lib
/
foosrc.c
blob
19de7d06a19846515956fb88fada3d653c016e83
1
#include <stdio.h>
2
3
#include
"foo.h"
4
void
5
foo
(
void
)
6
{
7
printf
(
"foo
\n
"
);
8
}