git: 9front

ref: 075d74a7c9f05ca7d9432f279c1eb4d79d94cd3e
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 *