#ifndef CMDLINEOPTIONS_H #define CMDLINEOPTIONS_H #include struct option { char* name; } ; #endif