shithub: front

ref: 9ab4f2a2428ef5ad2f4abc118f589bd70f6c2f90
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 *