X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/639664e5c1b60087d09b046a81f624a55a01af72..18d654b39fecc7d3efd6e1f1828a38f8d3b08886:/cycript.hpp diff --git a/cycript.hpp b/cycript.hpp index a70cd94..30010f4 100644 --- a/cycript.hpp +++ b/cycript.hpp @@ -33,7 +33,7 @@ bool CYRecvAll_(int socket, uint8_t *data, size_t size); bool CYSendAll_(int socket, const uint8_t *data, size_t size); void CYNumerify(std::ostringstream &str, double value); -void CYStringify(std::ostringstream &str, const char *data, size_t size); +void CYStringify(std::ostringstream &str, const char *data, size_t size, bool c = false); double CYCastDouble(const char *value, size_t size); double CYCastDouble(const char *value);