index
:
finix
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libk
/
include
/
ctype.h
blob: 289297e2ab7bb716fc2b630973a79b7481c0b8c1 (
plain
)
1
2
3
4
#pragma once
int
isspace
(
int
c
);
int
isdigit
(
int
c
);