add wrapper to extract value of equal style and compatible variables

This commit is contained in:
Axel Kohlmeyer
2024-07-29 00:05:53 -04:00
parent 7d69535d78
commit aa3c287999
2 changed files with 21 additions and 0 deletions

View File

@ -34,6 +34,7 @@ public:
void *extract_global(const char *keyword);
void *extract_pair(const char *keyword);
void *extract_atom(const char *keyword);
double extract_variable(const char *keyword);
int id_count(const char *idtype);
int id_name(const char *idtype, int idx, char *buf, int buflen);