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
/
prog
/
origin.c
blob
e356e4a7d28eeeeb9e2f2a1b03e557e1c7830650
1
#include
"foo.h"
2
3
int
4
main
(
int
argc
,
char
*
argv
[])
5
{
6
foo
();
7
return
0
;
8
}