SLS AVR Lib
0.1a
Loading...
Searching...
No Matches
defines.h
Go to the documentation of this file.
1
// ---------------------------------------------------------------------------+
2
// This file is part of SLS СС Library
3
// ---------------------------------------------------------------------------+
4
// Copyright (C) 2025 Simon Litt <simon@1itt.net> https://coding.1itt.net,
5
// https://github.com/SimonLitt
6
//
7
// This program is free software: you can redistribute it and/or modify it
8
// under the terms of the GNU General Public License as published by the Free
9
// Software Foundation, version 3.
10
//
11
// This program is distributed in the hope that it will be useful, but WITHOUT
12
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14
// more details.
15
//
16
// You should have received a copy of the GNU General Public License along
17
// with this program. If not, see <https://www.gnu.org/licenses/>.
18
// ---------------------------------------------------------------------------+
27
28
#ifndef SLS_COMMON_DEFINES_H_
29
#define SLS_COMMON_DEFINES_H_
30
32
#define MAKE_GLUE_X2(a,b) a ## b
33
34
36
#define MAKE_GLUE_X3(a,b,c) a ## b ## c
37
38
#endif
/* SLS_COMMON_DEFINES_H_ */
include
sls-common
defines.h
Generated by
1.13.2