strerror.h 332 B

1234567891011121314
  1. /*
  2. * uTest Copyright (C) 2011 Data Differential, http://datadifferential.com/
  3. *
  4. * Use and distribution licensed under the BSD license. See
  5. * the COPYING file in the parent directory for full text.
  6. */
  7. #pragma once
  8. /**
  9. @note Friendly print function for errors.
  10. */
  11. LIBTEST_API
  12. const char *test_strerror(test_return_t code);