shithub: riscv

ref: 00d06ac617f27e7e63f70612698a7ff5dc7a9a1a
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 *