ust-fd: Add close_range declaration
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / aligner.cpp
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2016 Sebastien Boisvert <sboisvert@gydle.com>
5 */
6
7 #include "aligner-lib.h"
8
9 int main(void)
10 {
11 align_query("molecule-foo");
12
13 return 0;
14 }
This page took 0.028592 seconds and 4 git commands to generate.