#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