Cleanup tests

This commit is contained in:
Victor Zverovich
2021-04-30 14:21:49 -07:00
parent c9c0e5077d
commit 38127d9ec0
9 changed files with 792 additions and 781 deletions

View File

@ -27,9 +27,6 @@ void safe_sprintf(char (&buffer)[SIZE], const char* format, ...) {
va_end(args);
}
// Increment a number in a string.
void increment(char* s);
std::string get_system_error(int error_code);
extern const char* const FILE_CONTENT;