blob: 43d70a5f6b96b8c452c6135965e10cf5b773ea90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*******************************************************************/
/* 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
|