repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rtlwifi: rtl8192{c,u}: Remove CamelCase variables
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libbabeltrace.c
blob
10bb69d55694c529cb94bb6d1e476bc76b037211
1
// SPDX-License-Identifier: GPL-2.0
2
3
#include <babeltrace/ctf-writer/writer.h>
4
#include <babeltrace/ctf-ir/stream-class.h>
5
6
int
main
(
void
)
7
{
8
bt_ctf_stream_class_get_packet_context_type
((
void
*)
0
);
9
return
0
;
10
}