the code in question is this one:

            memcpy(bptr, HKEY("\\n"));
where

#define HKEY(a) a, (sizeof(a) - 1)

expands to two parameters.

Reply via email to