shithub: plan9front

ref: 02b867f01eca1fefbe8b29205c8a8d4c13d2ffd0
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 *