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
. use library function to parse memory string
[minix3.git]
/
lib
/
ansi
/
isalnum.c
blob
2431df45c609c84798162d7ca88dcad17d7921a9
1
#include <ctype.h>
2
3
int
(
isalnum
)(
int
c
) {
4
return
isalnum
(
c
);
5
}