index
:
ahoy
master
Emulator and toolchain for the CHIP-8
Thomas Voss
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
librune
/
lib
/
rtype
/
rispunct.c
blob: d01de211770c202d077a54418c5a4d2962d25c47 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
"rtype.h"
bool
rispunct
(
rune
ch
)
{
return
rprop_get_gc
(
ch
)
&
GC_P
;
}