#ifndef CONF_H #define CONF_H #include #include #include "main.h" extern void read_conf(char *path); #endif