docs: Add supported versions and fix-backport policy
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-binary / foo.h
1 /*
2 * Copyright (C) 2018 Francis Deslauriers <francis.deslauriers@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-or-later
5 *
6 */
7
8 #include <lttng/lttng-export.h>
9
10 LTTNG_EXPORT int dynamic_symbol(int a);
This page took 0.032914 seconds and 5 git commands to generate.