repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
. pci driver now returns devices, even when they have been pci_reserve()d
[minix3.git]
/
lib
/
ansi
/
isgraph.c
blob
1dccf8b3c091e082d9e407cfa9c1c57a8db79111
1
#include <ctype.h>
2
3
int
(
isgraph
)(
int
c
) {
4
return
isgraph
(
c
);
5
}