#include <types.h>
#include "globals.h"
#include "structs.h"
#include "reveng_errors.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "chainlist.h"
#include "misc.h"
#include "init.h"
Functions | |
int32 | RE_ReadCmdLine (int16 argc, int8 *argv[], Settings *projectSettings) |
Reads the command line. | |
int32 | RE_ReadConfigFile (LIST_Mapping *globalMapping) |
Reads the configuration file and fills some parts of the globalMapping variable.
| |
int32 | RE_ReadMessages (FILE *f_ConfigFile, LIST_Mapping *messagesList) |
Reads messages codes in the configuration file. | |
int32 | RE_ReadParams (FILE *f_ConfigFile, LIST_Mapping *ParamsList) |
Reads parameters size in the configuration file. |