From 9cf92379d5fcf0076c25dae0935daab446c992cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 30 Aug 2017 21:37:53 +0200 Subject: Initial commit Adding work done so far. --- qtmips_machine/utils.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 qtmips_machine/utils.h (limited to 'qtmips_machine/utils.h') diff --git a/qtmips_machine/utils.h b/qtmips_machine/utils.h new file mode 100644 index 0000000..151e1d0 --- /dev/null +++ b/qtmips_machine/utils.h @@ -0,0 +1,13 @@ +#ifndef UTILS_H +#define UTILS_H + +#include + +std::string to_string_hex(int); +std::string to_string_hex(unsigned); +std::string to_string_hex(long); +std::string to_string_hex(unsigned long); +std::string to_string_hex(long long); +std::string to_string_hex(unsigned long long); + +#endif // UTILS_H -- cgit v1.2.3