#ifndef __FOODOPTS_H #define __FOODOPTS_H #include /** * This is a wrapper on getopt.h, specifically * * It provides a unified interface for defining * cli options, printing the help, and looping though * the parsing results. * */ #endif /* __FOODOPTS_H */