reposyncer-test/include/Runtime.h

4 lines
89 B
C

void __DSE_Input__(int *x, int ID);
#define DSE_Input(x) __DSE_Input__(&x, __COUNTER__)