shithub: sl

ref: 1dc8deebc22a54ef966eb9d23efa9682e185ee01
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;