cvalue.c:printValue renamed to cosmoV_printValue

This commit is contained in:
2023-12-28 22:52:20 -06:00
parent 0df56bd42a
commit 4816e64612
8 changed files with 12 additions and 12 deletions

View File

@@ -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: