#ifndef CYCRIPT_HPP
#define CYCRIPT_HPP
-#include <sig/types.hpp>
#include <sstream>
+#include <sig/types.hpp>
+
#include "Pooling.hpp"
#include "String.hpp"
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);