ust-fd: Add close_range declaration
[lttng-ust.git] / tests / unit / ust-elf / data / pic / libhello.c
1 // SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2 //
3 // SPDX-License-Identifier: LGPL-2.1-only
4
5 #include <stdio.h>
6
7 void hello()
8 {
9 puts("hello, world");
10 }
This page took 0.029905 seconds and 5 git commands to generate.