1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

PSYC_inherits()

This commit is contained in:
psyc://psyced.org/~lynX 2011-04-20 23:08:20 +02:00
parent e229ea79f4
commit ca844efdb4
3 changed files with 52 additions and 3 deletions

View file

@ -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.
*/