shithub: riscv

ref: fdd3e1808fc2ec0f6a2d2c5dd8cec914a0b20476
dir: /sys/src/libmp/test/dat.h/

View raw version
typedef struct ldint ldint;

struct ldint {
	int n;
	u8int *b;
};

enum {NTEST = 2 * 257 + 32};

#pragma varargck type "L" ldint *