SLS AVR Lib 0.1a
 
Loading...
Searching...
No Matches
defines.h File Reference

SLS СС Library. More...

Go to the source code of this file.

Macros

#define MAKE_GLUE_X2(a, b)
 Glues 2 components together.
 
#define MAKE_GLUE_X3(a, b, c)
 Glues 3 components together.
 

Detailed Description

SLS СС Library.

Author
Simon Litt simon.nosp@m.@1it.nosp@m.t.net https://coding.1itt.net, https://github.com/SimonLitt
SLS СС Library.

Macro Definition Documentation

◆ MAKE_GLUE_X2

#define MAKE_GLUE_X2 ( a,
b )
Value:
a ## b

Glues 2 components together.

◆ MAKE_GLUE_X3

#define MAKE_GLUE_X3 ( a,
b,
c )
Value:
a ## b ## c

Glues 3 components together.