1SYNCE_STRERROR(3) http://www.synce.org/ SYNCE_STRERROR(3)
2
3
4
6 synce_strerror - return a string describing error code
7
9 #include <synce.h>
10
11 const char * synce_strerror(DWORD error);
12
14 The synce_strerror() function return a string describing the error code
15 passed in the argument error.
16
18 Returns the appropriate error description string, or an "Unknown error
19 code" message if the error number is unknown.
20
22 synce(7)
23
24
25
26The SynCE Project 2007-08-26 SYNCE_STRERROR(3)