Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / ust-utils / ust-utils.c
CommitLineData
39550fe8
MJ
1/*
2 * SPDX-License-Identifier: LGPL-2.1-or-later
3 *
4 * Copyright (C) 2021 Michael Jeanson <mjeanson@efficios.com>
5 */
6
7#include <stdbool.h>
8#include <stdint.h>
9#include <stdlib.h>
10#include <string.h>
11
12#include <lttng/ust-utils.h>
13
14/*
15 * Share test code with CXX test
16 */
17#include "./ust-utils-common.h"
This page took 0.025795 seconds and 4 git commands to generate.