mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-04-01 07:20:03 +00:00
cvalue.c:printValue renamed to cosmoV_printValue
This commit is contained in:
@@ -101,7 +101,7 @@ const char *cosmoV_typeStr(CValue val)
|
||||
}
|
||||
}
|
||||
|
||||
void printValue(CValue val)
|
||||
void cosmoV_printValue(CValue val)
|
||||
{
|
||||
switch (GET_TYPE(val)) {
|
||||
case COSMO_TNUMBER:
|
||||
|
||||
Reference in New Issue
Block a user