shithub: femtolisp

ref: 3d517354ddc28b8f92dff23713e5251c74c7e3b3
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;