shithub: sl

ref: d08addceab3e0ed3a48d54ce3ea14f8703e6eeb2
dir: /3rd/mp/test/dat.h/

View raw version
typedef struct ldint ldint;

struct ldint {
	uint32_t n;
	uint8_t *b;
};

enum {NTEST = 2 * 257 + 32};

extern int anyfail;