mirror of https://git.wuffs.org/MWCC
9 lines
171 B
C
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
|