fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
[lttng-ust.git] / doc / examples / hello-static-lib / tp.c
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
7#define TRACEPOINT_CREATE_PROBES
8#include "ust_tests_hello.h"
This page took 0.022256 seconds and 4 git commands to generate.