1 2 3 4 5 6 7 8 9 10
#ifndef COMP_H #define COMP_H #include "match.h" extern int horizontal_stdev, vertical_stdev; void comp_visit(struct leg *l); #endif