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
UNW_STRERROR(3) Programming Library UNW_STRERROR(3)

unw_strerror -- get text corresponding to error code

#include <libunwind.h>

const char * unw_strerror(int err_code);

The unw_strerror() routine maps the (negative) err_code to a corresponding text message and returns it.

The message that corresponds to err_code or, if the err_code has no corresponding message, the text "invalid error code".

unw_strerror() is thread-safe as well as safe to use from a signal handler.

Thomas Hallgren
BEA Systems
Stockholm, Sweden
Email: thallgre@bea.com
18 August 2004 Programming Library

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.