mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
12 lines
155 B
C++
12 lines
155 B
C++
#pragma once
|
|
|
|
namespace cmkr {
|
|
namespace help {
|
|
|
|
const char *version() noexcept;
|
|
|
|
const char *message() noexcept;
|
|
|
|
} // namespace help
|
|
} // namespace cmkr
|