shithub: riscv

ref: 88a8ca5c8de86f1f3e5b43a490e0e70c6b456072
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 *