repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updating bail out check for extlinux-update os-proper script.
[syslinux-debian/hramrach.git]
/
dos
/
ctype.h
blob
c0d00c048c86bf98dd25becec9feeb34501452f9
1
static int
isspace
(
int
c
) {
2
return
(
c
==
' '
);
3
}