began with the c version ... but my wife stopped me... :P
This commit is contained in:
parent
3ed9d927c7
commit
36a597e59d
|
@ -0,0 +1,12 @@
|
|||
#ifndef CMDLINEOPTIONS_H
|
||||
#define CMDLINEOPTIONS_H
|
||||
|
||||
#include <string.h>
|
||||
|
||||
struct option {
|
||||
char* name;
|
||||
|
||||
} ;
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue