Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#define M1()
2
#define M2(A1) A1()
3
M2(M1)
4
M2(P1)