ceptr
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
label.h
Go to the documentation of this file.
1 
13 #ifndef _CEPTR_LABEL_H
14 #define _CEPTR_LABEL_H
15 #include "ceptr_types.h"
16 
17 Label str2label(char *);
18 void labelSet(LabelTable *table, char *,int *path);
19 void _labelSet(LabelTable *table, Label l,int *path);
20 int *labelGet(LabelTable *table, char * l);
21 int *_labelGet(LabelTable *table, Label l);
22 
23 void lableTableFree(LabelTable *table);
24 
25 #endif