shithub: sl

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