shithub: femtolisp

ref: c3f004633be7e8a15fe8e1e158dde24c2af2f765
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};