1
0
mirror of https://github.com/frida/tinycc synced 2025-03-05 23:41:25 +03:00

5 lines
77 B
C
Raw Normal View History

#define C(a,b,c) a##b##c
#define N(x,y) C(x,_,y)
#define A_O aaaaoooo
N(A,O)