1 2 3 4 5 6 7 8
#include <babeltrace/ctf-writer/writer.h> int main(void) { bt_ctf_stream_class_get_packet_context_type((void *) 0); return 0; }