mirror of
https://git.wuffs.org/MWCC
synced 2025-07-01 23:43:32 +00:00
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
|