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
/
isupper.c
blob
40a22ac9315b69e5af85569bbb9043d3941c9338
1
#include <ctype.h>
2
3
int
(
isupper
)(
int
c
) {
4
return
isupper
(
c
);
5
}