cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / data / plugins / flt.lttng-utils.debug-info / libhello.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2016 Antoine Busque <antoine.busque@efficios.com>
5 *
6 * Debug Info - Tests
7 */
8
9 #ifndef _LIBHELLO_H
10 #define _LIBHELLO_H
11
12 void foo();
13 void bar();
14 void baz();
15
16 #endif /* _LIBHELLO_H */
This page took 0.030999 seconds and 5 git commands to generate.