ustrerror man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

ustrerror(3)			Allegro manual			  ustrerror(3)

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\nSorry!\n", 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(3), allegro_error(3)

Allegro				 version 4.4.2			  ustrerror(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net