milunovic wrote:
>
> I'm reading kernel source,but I don't understand something like this ->
>
> example:
> #define GG(x,y) \
> static void * const blabla_##x_blabla_##y = &y;
>
> As I see this should make something like this
>
> GG(foo,bar) should make
> static void * const blabla_foo_blabl
-BEGIN PGP SIGNED MESSAGE-
I'm reading kernel source,but I don't understand something like this ->
example:
#define GG(x,y) \
static void * const blabla_##x_blabla_##y = &y;
As I see this should make something like this
GG(foo,bar) should make
static void * const blabla_foo_blabla_ba
2 matches
Mail list logo