#ifndef COMPILER_SCANFLOAT_H #define COMPILER_SCANFLOAT_H #include "compiler/common.h" extern char *ScanFloat(const char *str, double *result, Boolean *failed); #endif