summaryrefslogtreecommitdiff
path: root/includes/compiler/ScanFloat.h
blob: 91cea8ab758712b40fb660b810de22346b1052a0 (plain)
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