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
/
rissymbol.c
blob: e9fbc6d1c4301e67b6cab33577616905778c0cd2 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
"rtype.h"
bool
rissymbol
(
rune
ch
)
{
return
rprop_get_gc
(
ch
)
&
GC_S
;
}