yw_strerror

Name

yw_strerror -- translate libyw error code to string

Synopsis


     #include <yw/error.h>
   

char *yw_strerror(int err_code);

DESCRIPTION

This function translates libyw error code to UTF8 human readable string. In current implementation they are in English only, but this may change in future. Note that <yw/error.h> is included by <yw/util.h>.

RETURN VALUE

Pointer to static buffer is returned. It's safe to assume that it's only valid until next call to this function.

INFO

Generated from: error.c,v 1.3 2001/05/04 11:04:23 malekith Exp.