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
map in kernel in 4MB, global-bit-set 'pages' if hardware
[minix.git]
/
lib
/
ansi
/
isupper.c
blob
40a22ac9315b69e5af85569bbb9043d3941c9338
1
#include <ctype.h>
2
3
int
(
isupper
)(
int
c
) {
4
return
isupper
(
c
);
5
}