shithub: femtolisp

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