Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
typedef struct ldint ldint;
struct ldint {
int n;
u8int *b;
};
enum {NTEST = 2 * 257 + 32};
#pragma varargck type "L" ldint *