shithub: riscv

ref: c6ec2041ad9bb2dbb6b710c7efdbf2fc8de4f5ba
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 *