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