/* * FILE: cfg.h * PURPOSE: handling of MTPK.CFG configuration file * VERSION: 1.0 (Oct. 1995) * AUTHOR: Piet Tutelaers */ /* Determine mtpk.cfg values for and . Return zero * if the requested values are found otherwise non-zero. */ int read_cfg(char *res, char *mode); /* A function to query the expression of a variable */ char *cfg_value(char *variable);