shithub: femtolisp

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