fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
[lttng-ust.git] / tests / unit / gcc-weak-hidden / b.h
CommitLineData
4b4a1337
MJ
1/*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 */
4
5#ifndef _UST_TEST_WEAK_B_H
6#define _UST_TEST_WEAK_B_H
7
8void *testfct_int(void);
9void *testfct_ptr(void);
10void *testfct_24_bytes(void);
11
12#endif
This page took 0.023757 seconds and 4 git commands to generate.