summaryrefslogtreecommitdiff
path: root/read_cfg.h
blob: 36ed0560641da54c4bd1becbf54caef796a77dbf (plain)
1
2
3
4
5
6
7
8
#ifndef READ_CFG_H
#define READ_CFG_H

void cfg_interp();

int get_compmode();

#endif