shithub: plan9front

ref: 013b4983140cc2fbb7df9e3647e2e7c5d575a9dd
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 *