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]
/
sys
/
arch
/
pmax
/
test
/
t01.c
blob
ebeafbe3b44c111734d7bc378fc305b4ed24869d
1
main
(
argc
,
argv
)
2
char
**
argv
;
3
{
4
int
fd
=
open
(
"/dev/console"
,
1
);
5
6
if
(
fd
>=
0
)
7
write
(
fd
,
"Hello
\n
"
,
6
);
8
return
(
0
);
9
}