mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.0t9.4.2
This commit is contained in:
10
obj.c
10
obj.c
@@ -579,6 +579,16 @@ findelement(char *name)
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Returns the name of object type with specified index
|
||||
*/
|
||||
char *
|
||||
objtypename(unsigned long index)
|
||||
{
|
||||
return namestr(&objectnames, (long)index);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Return the value table offset to be used for an object element name.
|
||||
* This converts the element index from the element table into an offset
|
||||
|
Reference in New Issue
Block a user