mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
PSYC_inherits()
This commit is contained in:
parent
e229ea79f4
commit
ca844efdb4
3 changed files with 52 additions and 3 deletions
|
@ -65,6 +65,12 @@ PSYC_Type PSYC_getVarType(char* name, size_t len);
|
|||
PSYC_Bool PSYC_isRoutingVar(char* name, size_t len);
|
||||
|
||||
|
||||
/**
|
||||
* Checks if long keyword string inherits from short keyword string.
|
||||
*/
|
||||
int PSYC_inherits(char* sho, size_t slen,
|
||||
char* lon, size_t llen);
|
||||
|
||||
/**
|
||||
* Checks if short keyword string matches long keyword string.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue