conf.h 77 B

1234567
  1. #ifndef CONF_H_
  2. #define CONF_H_
  3. void conf_init(void);
  4. #endif /* CONF_H_ */