repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isblank() implementation.
[minix.git]
/
lib
/
libc
/
ansi
/
isblank.c
blob
a3ce4649b44b81cafd2ec73c54031a53affeead2
1
#include <ctype.h>
2
3
int
(
isblank
)(
int
c
) {
4
return
isblank
(
c
);
5
}