GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ERRMSGNO(3) Schily´s LIBRARY FUNCTIONS ERRMSGNO(3)

errmsgno() - prints error message, given error code

errmsgno (errcode, format, arg1...argn)
int errcode;
char *format;

errmsgno() prints an error output message corresponding to errcode, which is a standard system error. errmsgno() begins its output with the current program name (as passed to it by exec ). The message can be expanded with additional arguments in the same form printf() would.

none

comerr(3), comerrno(3), error(3), errmsg(3), error(3) geterrno(3), printf(3), format(3)

errmsgno() is identical to comerrno() except instead of exiting, it prints the error message and returns to the caller. If the errcode argument is positive, errmsgno() ignores it and just prints the program name and the result of expanding format().
15. Juli 1988 Joerg Schilling

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.