CAPS Universe documentation  1.0.4
All you need to know to be successful
libcapstable-local.h
Go to the documentation of this file.
1#pragma once
2
3/*
4 * SPDX-License-Identifier: LGPL-2.1-or-later
5 *
6 * (c) 2017 Juergen Borleis <projects@caps-printing.org>
7 *
8 * This library is free software; you can redistribute it and/or modify it under
9 * the terms of the GNU Lesser General Public License as published by the Free
10 * Software Foundation; either version 2.1 of the License, or (at your option)
11 * any later version.
12 *
13 * This library is distributed in the hope that it will be useful, but WITHOUT
14 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
16 * details.
17 */
18
19#include <libcapsbase.h>
20#include "libcapstable.h"
27#ifdef DSO_HIDDEN
28# define DSO_VISIBLE __attribute__ ((visibility("default")))
29#else
30# define DSO_VISIBLE
31#endif /* DSO_HIDDEN */
32
Basic API for everything else of the CAPS universe.
Manage variable arrays.