[M3commit] CVS Update: cm3
    Jay Krell 
    jkrell at elego.de
       
    Thu Apr 15 11:57:41 CEST 2010
    
    
  
CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/04/15 11:57:41
Added files:
	cm3/m3-sys/m3tests/src/p2/p235/: Main.m3 m3makefile 
Log message:
	program to discover the gnarly layout of Date.T, which it turns out is:
	
	typedef struct
	{
	INTEGER year;
	UINT8 month;
	UINT8 day;
	UINT8 hour;
	UINT8 minute;
	UINT8 second;
	UINT8 align1[3];
	ptrdiff_t offset;
	TEXT zone;
	UINT8 weekDay;
	UINT8 align;
	} Date_t;
	
	though the last align isn't stated correctly there.
    
    
More information about the M3commit
mailing list