Query: ustrerror
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ustrerror(3alleg4) Allegro manual ustrerror(3alleg4)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: PACKFILE *input_file = pack_fopen("badname", "r"); if (input_file == NULL) allegro_message("%s Sorry! ", ustrerror(errno));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(3alleg4), allegro_error(3alleg4) Allegro version 4.4.2 ustrerror(3alleg4)
Related Man Pages |
---|
expat(3alleg4) - debian |
exsyscur(3alleg4) - suse |
exsyscur(3alleg4) - centos |
exsyscur(3alleg4) - linux |
exsyscur(3alleg4) - v7 |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Introduction |
One instance of comparing grep and awk |
My first PERL incarnation... Audio Oscillograph |