l2n3
#define l2n3(l, c) ((c[0] = (unsigned char)(((l) >> 16) & 0xff), \
#define l2n3(l, c) (((c)[0] = (unsigned char)(((l) >> 16) & 0xff), \