ustrerror(3alleg4) debian man page | unix.com

Man Page: ustrerror

Operating Environment: debian

Section: 3alleg4

ustrerror(3alleg4)						  Allegro manual						ustrerror(3alleg4)

NAME
ustrerror - Returns a string describing errno. Allegro game programming library.
SYNOPSIS
#include <allegro.h> const char *ustrerror(int err);
DESCRIPTION
This function returns a string that describes the error code `err', which normally comes from the variable `errno'. Example: PACKFILE *input_file = pack_fopen("badname", "r"); if (input_file == NULL) allegro_message("%s Sorry! ", ustrerror(errno));
RETURN VALUE
Returns 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 ALSO
uconvert(3alleg4), allegro_error(3alleg4) Allegro version 4.4.2 ustrerror(3alleg4)
Related Man Pages
exfont(3alleg4) - debian
expat(3alleg4) - debian
exstars(3alleg4) - debian
exsyscur(3alleg4) - opendarwin
exsyscur(3alleg4) - mojave
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?