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