began with the c version ... but my wife stopped me... :P

This commit is contained in:
Marcel M. Otte 2013-12-24 15:54:06 +01:00
parent 3ed9d927c7
commit 36a597e59d
1 changed files with 12 additions and 0 deletions

12
c/cmdlineoptions.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef CMDLINEOPTIONS_H
#define CMDLINEOPTIONS_H
#include <string.h>
struct option {
char* name;
} ;
#endif