Go to the documentation of this file.
13 #ifndef _CEPTR_LABEL_H
14 #define _CEPTR_LABEL_H
15 #include "ceptr_types.h"
17 Label str2label(
char *);
18 void labelSet(
LabelTable *table,
char *,
int *path);
19 void _labelSet(
LabelTable *table, Label l,
int *path);