1 2 3 4 5 6
#ifndef PINGU_CONF_H #define PINGU_CONF_H int pingu_conf_parse(const char *filename); #endif