1 2 3 4 5 6 7 8 9 10 11 12
#ifndef SLIBTOOL_AR_IMPL_H #define SLIBTOOL_AR_IMPL_H #include "argv/argv.h" extern const struct argv_option slbt_ar_options[]; enum ar_tags { TAG_AR_HELP, }; #endif