Ground-Zerro / HydraRoute Public
Code Issues Pull requests Actions Releases View on GitHub ↗
154 B c
#ifndef CONFIG_H
#define CONFIG_H

#include "hrneo.h"

int config_read(const char *path, config_t *cfg);
int config_generate(const char *target);

#endif