view config.h @ 439:bfbb8613efb4

Add support for single operand instructions to 68K test generator
author Mike Pavone <pavone@retrodev.com>
date Tue, 16 Jul 2013 23:16:38 -0700
parents 7f84090ab1cd
children 140af5509ce7
line wrap: on
line source

#ifndef CONFIG_H_
#define CONFIG_H_
#include "tern.h"

tern_node * load_config(char * expath);

#endif //CONFIG_H_