#ifndef CMDLINEOPTIONS_H
#define CMDLINEOPTIONS_H
#include <string.h>
struct option {
char* name;
} ;
#endif