Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
xtstr.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2019 Gunar Schorcht
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
17
18
#include <stddef.h>
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
29
#ifndef XTSTR
30
# ifndef DOXYGEN
31
# define _XTSTR(x) # x
32
# endif
/* DOXYGEN */
33
# define XTSTR(x) _XTSTR(x)
34
#endif
/* XTSTR */
35
36
#ifdef __cplusplus
37
}
38
#endif
39
Generated on Sun Nov 23 2025 23:27:56 by
1.13.2