Logger logs harness seed and test execution keys in hex representation.

This commit is contained in:
Markus Kauppila 2011-07-25 19:33:32 +03:00
parent 279a841b64
commit 46f39ab285
12 changed files with 71 additions and 32 deletions

View file

@ -5,6 +5,8 @@
char *IntToString(const int integer);
char *IntToHexString(const int integer);
char *DoubleToString(const double decimal);
char *TimestampToString(const time_t timestamp);