git: 9front

ref: 89c4a6fc14b5072fcc1e9f1f41f8e5753e471b17
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 *