MWCC/includes/compiler/ScanFloat.h

9 lines
171 B
C

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