CLI.cpp
author František Kučera <franta-hg@frantovo.cz>
Sat, 25 Aug 2018 11:44:39 +0200
branchv_0
changeset 4 efe39602b34b
parent 1 b498c00cc32f
child 6 114521cca04a
permissions -rw-r--r--
add AddressSanitizer (ASan): -fsanitize=address
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
00d1dd4f816a create netbeans project, add CLI.h from relpipe-in-cli / relpipe-in-fstab projects
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
/*
00d1dd4f816a create netbeans project, add CLI.h from relpipe-in-cli / relpipe-in-fstab projects
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
 * The relpipe-lib-cli.cpp is a header-only C++ library.
00d1dd4f816a create netbeans project, add CLI.h from relpipe-in-cli / relpipe-in-fstab projects
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
 * Generated .so file is quite useless and it is not needed to compile this library.
00d1dd4f816a create netbeans project, add CLI.h from relpipe-in-cli / relpipe-in-fstab projects
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
 * Compilation just validates that the .h file has no severe bugs.
00d1dd4f816a create netbeans project, add CLI.h from relpipe-in-cli / relpipe-in-fstab projects
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
 * In future, the binary might contain some code for testing purposes.
00d1dd4f816a create netbeans project, add CLI.h from relpipe-in-cli / relpipe-in-fstab projects
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
 */
1
b498c00cc32f move header file to include/relpipe/cli/
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     7
#include "include/relpipe/cli/CLI.h"