shithub: sl

ref: bb46003e44b4d2a7009f1888771c499a6e660054
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;