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