1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/netiso/xebec/test_def.h
1994-05-24 10:09:53 +00:00

14 lines
195 B
C

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"); }