1 2 3 4 5 6 7 8
#ifndef UTILCONF_H #define UTILCONF_H char getconfent (char *filename, char *entryname, char *buf, int len); #endif