shithub: femtolisp

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