shithub: riscv

ref: 0d4b5b8a8a6e38faf3a07774f97dbf66797f8dea
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 *