shithub: femtolisp

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