shithub: femtolisp

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