Update docs, and syncronize libtest.
[awesomized/libmemcached] / libtest / strerror.h
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
8 #pragma once
9
10 /**
11 @note Friendly print function for errors.
12 */
13 LIBTEST_API
14 const char *test_strerror(test_return_t code);