main_ubi_sdk v 0.1.3
This is UBI4 documentation
templates.h File Reference

Go to the source code of this file.

Macros

#define CAT(X, Y)
 
#define TEMPLATE(X, Y)
 

Macro Definition Documentation

◆ CAT

#define CAT ( X,
Y )
Value:
X##_##Y

◆ TEMPLATE

#define TEMPLATE ( X,
Y )
Value:
CAT(X,Y)
#define CAT(X, Y)
Definition templates.h:13