/*******************************************************************/
/* slibtool: a strong libtool implementation, written in C */
/* Copyright (C) 2016--2024 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
#ifndef SLIBTOOL_STOOLIE_IMPL_H
#define SLIBTOOL_STOOLIE_IMPL_H
#include "argv/argv.h"
#include <slibtool/slibtool.h>
extern const struct argv_option slbt_stoolie_options[];
#endif