1 2 3 4 5 6 7 8
#ifndef COMPILER_SCANFLOAT_H #define COMPILER_SCANFLOAT_H #include "compiler/common.h" extern char *ScanFloat(const char *str, double *result, Boolean *failed); #endif