mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 11:53:01 +01:00
7 lines
142 B
C
7 lines
142 B
C
#include "i386/xm-sysv3.h"
|
|
|
|
#ifndef REAL_ARITHMETIC
|
|
#define REAL_VALUE_ATOF(x, mode) strtod ((x), (char **)0)
|
|
extern double strtod ();
|
|
#endif
|