equal
deleted
inserted
replaced
59 |
59 |
60 void *print(const char *str); |
60 void *print(const char *str); |
61 void *print(std::string str); |
61 void *print(std::string str); |
62 |
62 |
63 void *print_integer(int integer); |
63 void *print_integer(int integer); |
64 void *print_long_integer(unsigned long l_integer); |
64 void *print_long_integer(unsigned long l_integer, bool suffix=true); |
65 void *print_long_long_integer(unsigned long long ll_integer); |
65 void *print_long_long_integer(unsigned long long ll_integer, bool suffix=true); |
66 |
66 |
67 void *printupper(const char *str); |
67 void *printupper(const char *str); |
68 void *printupper(std::string str); |
68 void *printupper(std::string str); |
69 |
69 |
70 void *printlocation(const char *str); |
70 void *printlocation(const char *str); |