libcwdversion 2.0.0
The C++ Debugging Support Library
Loading...
Searching...
No Matches
max_label_len.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2000-2005, 2018, 2026 Carlo Wood
2// SPDX-License-Identifier: MIT
3
4#pragma once
5
9
10#ifndef LIBCWD_MAX_LABEL_LEN_H
11#define LIBCWD_MAX_LABEL_LEN_H
12
13namespace libcwd {
14
16constexpr unsigned short max_label_len = 16;
17
18} // namespace libcwd
19
20#endif // LIBCWD_MAX_LABEL_LEN_H
namespace for libcwd.
constexpr unsigned short max_label_len
The maximum number of characters that are allowed in a debug channel label.
Definition max_label_len.h:16