1 2 3 4 5 6 7 8
#ifndef DIV_H #define DIV_H #include "prv.h" extern const struct seq divseq[]; #endif