Loading...
Searching...
No Matches
util_macros.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2024-2025 Carl Seifert
3 * Copyright (C) 2024-2025 TU Dresden
4 *
5 * This file is subject to the terms and conditions of the GNU Lesser General
6 * Public License v2.1. See the file LICENSE in the top level directory for
7 * more details.
8 */
9
10#pragma once
11
12#include "modules.h"
13#include "macros/utils.h"
14
21
22#ifndef DOXYGEN
23# define UNICOAP_CODE_CLASS_DETAIL_FORMAT "%u.%02u"
24
25# define _CONCAT3(a, b, c) CONCAT3(a, b, c)
26#endif
27
28#ifdef __cplusplus
29extern "C" {}
30#endif
Various helper macros.
Common macros and compiler attributes/pragmas configuration.