tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-binary / foo.c
... / ...
CommitLineData
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 "foo.h"
9
10int dynamic_symbol(int a)
11{
12 return a + a;
13}
This page took 0.023993 seconds and 5 git commands to generate.