Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/trunk/sys/src/libmp/test/dat.h – Rev 26

Subversion Repositories planix.SVN

Rev

Go to most recent revision | 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 *