88a708ad65eafa4e060a4c3ac307462c47fc7791
[lttng-ust.git] / tests / unit / gcc-weak-hidden / b.h
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
8 void *testfct_int(void);
9 void *testfct_ptr(void);
10 void *testfct_24_bytes(void);
11
12 #endif
This page took 0.028734 seconds and 3 git commands to generate.