#ifndef init_HEADER_ #define init_HEADER_ #include "sampler.h" void sampler_init(Sampler *sampler, char *conf_path); #endif