This commit is contained in:
Chris Cromer
2016-10-13 15:08:01 -03:00
parent b9e2a82f36
commit 809f8835ce
8 changed files with 7892 additions and 0 deletions

2
headers/main.h Normal file
View File

@@ -0,0 +1,2 @@
void printusage(int error);
char *output_file = "";

1
headers/readconfig.h Normal file
View File

@@ -0,0 +1 @@
int readconfig(char *config_file);