shithub: sl

ref: 409a8dab1d8ef6cbd70b7c6b80c0ab8b7e9d2826
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;