Searched refs:_LV_CONCAT (Results 1 – 1 of 1) sorted by relevance
74 #define _LV_CONCAT(x, y) x ## y macro75 #define LV_CONCAT(x, y) _LV_CONCAT(x, y)