blob: ac6ac12a10b4c7c7c37a15aa2f13c1216b969a65 (
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--2025 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
|