RTEMS  5.0.0
Macros
concat.h File Reference

Go to the source code of this file.

Macros

#define CONCAT1(a, b)   CONCAT2(a, b)
 
#define CONCAT2(a, b)   a ## b
 
#define EXPAND0(x)   x
 
#define CONCAT0(a, b)   EXPAND0(a)EXPAND0(b)
 

Detailed Description

This include file defines ANSI concatenation macros.