index
:
kernel_tex
master
Maturski rad
Aleksa Vuckovic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
06.keyboard
/
keyboard09.c
blob: 33bc64b929b54f96897a32044b911b7c1d0632c1 (
plain
)
1
2
3
4
5
void
space
()
{
buffer
[
buffer_current
][
buffer_index
++
]
=
' '
;
printf
(
" "
);
}