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
at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git]
/
lib
/
ansi
/
islower.c
blob
8565dd187c39ddad04769d7c357d25cb9faa7a4a
1
#include <ctype.h>
2
3
int
(
islower
)(
int
c
) {
4
return
islower
(
c
);
5
}