Fixes based on CR.
This commit is contained in:
parent
6cb39be4a6
commit
c843c7e815
8 changed files with 317 additions and 330 deletions
16
test/test-automation/logger_helpers.h
Normal file
16
test/test-automation/logger_helpers.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef _LOGGER_HELPERS_G
|
||||
#define _LOGGER_HELPERS_G
|
||||
|
||||
#include <time.h>
|
||||
|
||||
char *IntToString(const int integer);
|
||||
|
||||
char *DoubleToString(const double decimal);
|
||||
|
||||
char *TimestampToString(const time_t timestamp);
|
||||
|
||||
char *ToLowerCase(const char *string);
|
||||
|
||||
int ValidateString(const char *string);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue