UgMisc 0.2-128
Miscellaneous C++ header library
Loading...
Searching...
No Matches
quote.hpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: © 2025 Larry Chips <larry@larrychips.net>
3 * SPDX-Licence-Identifier: MIT
4 */
5
9
10#ifndef UGMISC_QUOTE_HPP
11#define UGMISC_QUOTE_HPP
12
15#define UGMISC_Q(...) #__VA_ARGS__
16
34#define UGMISC_QQ(...) UGMISC_Q(__VA_ARGS__)
35
36#endif /* UGMISC_QUOTE_HPP */