From 36a597e59dc3aebd529bebb99e69a8560646e2c1 Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Tue, 24 Dec 2013 15:54:06 +0100 Subject: [PATCH] began with the c version ... but my wife stopped me... :P --- c/cmdlineoptions.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 c/cmdlineoptions.h diff --git a/c/cmdlineoptions.h b/c/cmdlineoptions.h new file mode 100644 index 0000000..583f8b4 --- /dev/null +++ b/c/cmdlineoptions.h @@ -0,0 +1,12 @@ +#ifndef CMDLINEOPTIONS_H +#define CMDLINEOPTIONS_H + +#include + +struct option { + char* name; + +} ; + +#endif +