Logger logs harness seed and test execution keys in hex representation.
This commit is contained in:
parent
279a841b64
commit
46f39ab285
12 changed files with 71 additions and 32 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue