opnsense-src/test/CodeCompletion/Inputs/macros.h

5 lines
77 B
C
Raw Normal View History

2010-01-15 10:39:40 -05:00
#define FOO
#define BAR(X, Y) X, Y
#define IDENTITY(X) X
#define WIBBLE(...)