shithub: sl

ref: a9541f71c451036fce7df6656b5f04780a34bd55
dir: /3rd/mp/test/dat.h/

View raw version
typedef struct ldint ldint;

struct ldint {
	u32int n;
	u8int *b;
};

enum {NTEST = 2 * 257 + 32};

extern int anyfail;