blob: 544dd3fc357a67ea957a68eb694ad0b77c8ce0be (
plain) (
tree)
|
|
#ifndef __FOODOPTS_H
#define __FOODOPTS_H
#include <getopt.h>
/**
* 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 */
|