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
dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
[minix.git]
/
lib
/
ansi
/
isxdigit.c
blob
28a3ab059fb4abdf949415dad1c6c5ebacd41c81
1
#include <ctype.h>
2
3
int
(
isxdigit
)(
int
c
) {
4
return
isxdigit
(
c
);
5
}