git: 9front

ref: 4fedd7d4fe1c3b509c84d12e971aaa466b8b4b3d
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 *