projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Move to kernel style SPDX license identifiers
[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.028989 seconds
and
4
git commands to generate.