1 2 3 4 5 6 7 8
#ifndef COMP_H #define COMP_H #include "match.h" void comp_visit(struct leg *l); #endif