Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
26 7u83 1
typedef struct ldint ldint;
2
 
3
struct ldint {
4
	int n;
5
	u8int *b;
6
};
7
 
8
enum {NTEST = 2 * 257 + 32};
9
 
10
#pragma varargck type "L" ldint *