X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/9dae56ea45a0f5f8136a5c93d6f3a7f99399ca73..ba379fdc102753d6be2c4d937058fe40257329fe:/wtf/dtoa.h?ds=sidebyside diff --git a/wtf/dtoa.h b/wtf/dtoa.h index ed858c0..cbec7c7 100644 --- a/wtf/dtoa.h +++ b/wtf/dtoa.h @@ -30,8 +30,7 @@ namespace WTF { extern WTF::Mutex* s_dtoaP5Mutex; double strtod(const char* s00, char** se); - char* dtoa(double d, int ndigits, int* decpt, int* sign, char** rve); - void freedtoa(char* s); + void dtoa(char* result, double d, int ndigits, int* decpt, int* sign, char** rve); } // namespace WTF