shithub: front

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