![]() |
![]()
| ![]() |
![]()
NAMEustrerror - Returns a string describing errno. Allegro game programming library. SYNOPSIS#include <allegro.h> const char *ustrerror(int err); DESCRIPTIONThis function returns a string that describes the error code `err', which normally comes from the variable `errno'. Example:
RETURN VALUEReturns a pointer to a static string that should not be modified or freed. If you make subsequent calls to ustrerror(), the string will be overwritten. SEE ALSOuconvert(3), allegro_error(3)
|