| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to xmil_fdlibm.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / palm / support_files | 
add fdlibm source files[palm](tk800)
/*
 *  xmil_fdlibm.h
 *
 *  Created by tk800 on 05/02/08.
 *
 */
#define PALMOS
#define _IEEE_LIBM
typedef struct {
	union {
		double d;
		struct {
			unsigned int h, l;
		} i;
	};
} double4s;