9330 stack overflow when creating a deeply nested dataset
[unleashed.git] / usr / src / man / man3c / toascii.3c
blobf96e2950412a0a5b7d9bb1a08b361d05a9da6d49
1 '\" te
2 .\"  Copyright (c) 2002, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH TOASCII 3C "Aug 14, 2002"
7 .SH NAME
8 toascii \- translate integer to a 7-bit ASCII character
9 .SH SYNOPSIS
10 .LP
11 .nf
12 #include <ctype.h>
14 \fBint\fR \fBtoascii\fR(\fBint\fR \fIc\fR);
15 .fi
17 .SH DESCRIPTION
18 .sp
19 .LP
20 The \fBtoascii()\fR function converts its argument into a 7-bit \fBASCII\fR
21 character.
22 .SH RETURN VALUES
23 .sp
24 .LP
25 The \fBtoascii()\fR function returns the value \fB(\fR\fIc\fR\fB & 0x7f)\fR.
26 .SH ERRORS
27 .sp
28 .LP
29 No errors are returned.
30 .SH ATTRIBUTES
31 .sp
32 .LP
33 See \fBattributes\fR(5) for descriptions of the following attributes:
34 .sp
36 .sp
37 .TS
38 box;
39 c | c
40 l | l .
41 ATTRIBUTE TYPE  ATTRIBUTE VALUE
43 CSI     Enabled
45 Interface Stability     Standard
47 MT-Level        MT-Safe
48 .TE
50 .SH SEE ALSO
51 .sp
52 .LP
53 \fBisascii\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5)