Initial import
[external/libunwind.git] / doc / unw_strerror.man
1 '\" t
2 .\" Manual page created with latex2man on Wed Aug 18 16:51:29 CEST 2004
3 .\" NOTE: This file is generated, DO NOT EDIT.
4 .de Vb
5 .ft CW
6 .nf
7 ..
8 .de Ve
9 .ft R
10
11 .fi
12 ..
13 .TH "UNW\\_STRERROR" "3" "18 August 2004" "Programming Library " "Programming Library "
14 .SH NAME
15 unw_strerror
16 \-\- get text corresponding to error code 
17 .PP
18 .SH SYNOPSIS
19
20 .PP
21 #include <libunwind.h>
22 .br
23 .PP
24 const char *
25 unw_strerror(int
26 err_code);
27 .br
28 .PP
29 .SH DESCRIPTION
30
31 .PP
32 The unw_strerror()
33 routine maps the (negative) err_code
34 to a corresponding text message and returns it. 
35 .PP
36 .SH RETURN VALUE
37
38 .PP
39 The message that corresponds to err_code
40 or, if the 
41 err_code
42 has no corresponding message, the text "invalid error 
43 code". 
44 .PP
45 .SH THREAD AND SIGNAL SAFETY
46
47 .PP
48 unw_strerror()
49 is thread\-safe as well as safe to use 
50 from a signal handler. 
51 .PP
52 .SH AUTHOR
53
54 .PP
55 Thomas Hallgren
56 .br 
57 BEA Systems
58 .br 
59 Stockholm, Sweden
60 .br 
61 Email: \fBthallgre@bea.com\fP
62 .br
63 .\" NOTE: This file is generated, DO NOT EDIT.