1234567891011121314 |
- /*
- * uTest Copyright (C) 2011 Data Differential, http://datadifferential.com/
- *
- * Use and distribution licensed under the BSD license. See
- * the COPYING file in the parent directory for full text.
- */
- #pragma once
- /**
- @note Friendly print function for errors.
- */
- LIBTEST_API
- const char *test_strerror(test_return_t code);
|