shithub: femtolisp

ref: 963a653d7cfe334e450fdcf5e6637646eb3a2151
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;