index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mvme88k
/
stand
/
old
/
libbug
/
bugsupp.c
blob: 51f0fb49bc4271c99f102c922838f3658c0da8aa (
plain
)
1
2
3
4
5
6
7
#include "bug.h" int putchar(char a) { bug_outchr(a); } __main(){}