mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-10-04 00:30:17 +00:00
Added cosmoV_readCString for convenience
This commit is contained in:
@@ -120,6 +120,7 @@ typedef struct CObjUpval {
|
||||
#define IS_CLOSURE(x) isObjType(x, COBJ_CLOSURE)
|
||||
|
||||
#define cosmoV_readString(x) ((CObjString*)cosmoV_readRef(x))
|
||||
#define cosmoV_readCString(x) (((CObjString*)cosmoV_readRef(x))->str)
|
||||
#define cosmoV_readObject(x) ((CObjObject*)cosmoV_readRef(x))
|
||||
#define cosmoV_readTable(x) ((CObjTable*)cosmoV_readRef(x))
|
||||
#define cosmoV_readFunction(x) ((CObjFunction*)cosmoV_readRef(x))
|
||||
|
Reference in New Issue
Block a user