]> git.sur5r.net Git - c128-kasse/commitdiff
Initial import.
authormatze <matze@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Sat, 28 Jul 2007 16:23:11 +0000 (16:23 +0000)
committermatze <matze@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Sat, 28 Jul 2007 16:23:11 +0000 (16:23 +0000)
git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@2 af93e077-1a23-4f1e-9cbe-9382a9d578f5

config.c [new file with mode: 0644]
config.h [new file with mode: 0644]

diff --git a/config.c b/config.c
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/config.h b/config.h
new file mode 100644 (file)
index 0000000..d6bbb9f
--- /dev/null
+++ b/config.h
@@ -0,0 +1,9 @@
+#ifndef CONFIG_H_
+#define CONFIG_H_
+
+unsigned long int num_items;
+char **items;
+
+char load_config();
+
+#endif /*CONFIG_H_*/