12 lines
402 B
C
12 lines
402 B
C
|
|
||
|
#ifndef CARROT_PRINT_DEFINITION_H
|
||
|
#define CARROT_PRINT_DEFINITION_H
|
||
|
|
||
|
#include <defgen.h>
|
||
|
|
||
|
void carrot_print_definition (carrot_definition_s *definition);
|
||
|
void carrot_print_element (carrot_element_s *element);
|
||
|
void carrot_print_rule (carrot_rule_s *rule);
|
||
|
|
||
|
#endif
|