Kure_RelationNew.
The function Kure_RelationNew takes four parameters:
There are a number of (self declaring) functions in order to work with relations:
Kure_RelationExists (RelManager *, char *): Returns 1, if a
relation with the name exists in the manager.Kure_RelationGet (RelManager *, char *): Returns a pointer to
the relation with the name, NULL if such a relation does not exist.Kure_RelationGetHeight (RelManager *, Kure_Rel *): Returns 0,
if the manager or the relation is NULL.Kure_RelationGetWidth (RelManager *, Kure_Rel *): Returns 0,
if the manager or the relation is NULL.Kure_RelationGetNumberOfEntries (RelManager *, Kure_Rel *):
Returns -1, if the manager or the relation is NULL.Kure_RelationDelete (RelManager *, Kure_Rel *): Removes a
relation from the manager.