This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / netiso / xebec / test_def.h
/*
* from: unknown
* $Id$
*/
struct blah {
unsigned int blahfield;
int dummyi;
char dummyc;
};
struct test_pcbstruct {
int test_pcbfield;
int test_state;
};
#define MACRO1(arg) if(arg != 0) { printf("macro1\n"); }