blob: c333ed045a1e6df12845331e951086d7da0af047 [file] [log] [blame]
#pragma once
#include <ATen/core/Macros.h>
namespace torch {
namespace jit {
TORCH_API double strtod_c(const char* nptr, char** endptr);
TORCH_API float strtof_c(const char* nptr, char** endptr);
} // namespace jit
} // namespace torch