comparison config.h @ 430:7f84090ab1cd

Add config file parser and default config file
author Mike Pavone <pavone@retrodev.com>
date Wed, 10 Jul 2013 09:38:05 -0700
parents
children 140af5509ce7
comparison
equal deleted inserted replaced
429:f6fdde540791 430:7f84090ab1cd
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
3 #include "tern.h"
4
5 tern_node * load_config(char * expath);
6
7 #endif //CONFIG_H_
8