File:  [RetroPC.NET] / xmil / palm / support_files / xmil_fdlibm.h
Revision 1.1: download - view: text, annotated - select for diffs
Tue Feb 8 03:33:10 2005 JST (20 years, 8 months ago) by tk800
Branches: MAIN
CVS tags: HEAD
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;


RetroPC.NET-CVS <cvs@retropc.net>