lib: compile liblttng-ctl as C++
[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.029583 seconds and 4 git commands to generate.