X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/d9c911529b1480684bb8b6280410f2d09c8525a1..18d654b39fecc7d3efd6e1f1828a38f8d3b08886:/cycript.hpp diff --git a/cycript.hpp b/cycript.hpp index 0f6ed13..30010f4 100644 --- a/cycript.hpp +++ b/cycript.hpp @@ -22,9 +22,10 @@ #ifndef CYCRIPT_HPP #define CYCRIPT_HPP -#include #include +#include + #include "Pooling.hpp" #include "String.hpp" @@ -32,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);