1#ifndef MACROS_INC 2#define MACROS_INC 3/* ===================================================== 4 * global helper macros 5 * =====================================================*/ 6 7#define DOSTRING( x ) #x 8#define STRING( x ) DOSTRING( x )
--- 536 unchanged lines hidden --- | 22#ifndef MACROS_INC 23#define MACROS_INC 24/* ===================================================== 25 * global helper macros 26 * =====================================================*/ 27 28#define DOSTRING( x ) #x 29#define STRING( x ) DOSTRING( x )
--- 536 unchanged lines hidden --- |