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
/
keyboard6.c
blob: 95a5ac5ae0fcfcba2580033fe16a2f7a21304edb (
plain
)
1
2
3
void
backspace
()
{
if
(
buffer_index
<=
0
)
return
;