LLABEL
#define LLABEL(name,num) ___CONCAT(___CONCAT(L,name),num)
#define LLABEL(func) LNAME(func):
#define LLABEL(name,num) L ## name ## num