shithub: sl

ref: 32a1b47da6fe0e872c66d2721ff221ff1a5e8ba8
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;