shithub: femtolisp

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