repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation fix, cleanup.
[AROS.git]
/
arch
/
all-pc
/
kernel
/
alert_arch.h
blob
8f8e871caad62b234a25f6a1be350980ff8755b0
1
static
inline
void
PrintString
(
const char
*
buf
,
struct
KernelBase
*
KernelBase
)
2
{
3
while
(*
buf
)
4
krnPutC
(*
buf
++,
KernelBase
);
5
}