Imported tab->space correction by redhat
[infodrom/manpages-de] / man3 / toascii.3
1 .\" Hey Emacs! This file is -*- nroff -*- source.
2 .\" (c) 1995 by Jim Van Zandt <jrv@vanzandt.mv.com>
3 .\"
4 .\" Permission is granted to make and distribute verbatim copies of this
5 .\" manual provided the copyright notice and this permission notice are
6 .\" preserved on all copies.
7 .\"
8 .\" Permission is granted to copy and distribute modified versions of this
9 .\" manual under the conditions for verbatim copying, provided that the
10 .\" entire resulting derived work is distributed under the terms of a
11 .\" permission notice identical to this one
12 .\" 
13 .\" Since the Linux kernel and libraries are constantly changing, this
14 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
15 .\" responsibility for errors or omissions, or for damages resulting from
16 .\" the use of the information contained herein.  The author(s) may not
17 .\" have taken the same level of care in the production of this manual,
18 .\" which is licensed free of charge, as they might when working
19 .\" professionally.
20 .\" 
21 .\" Formatted or processed versions of this manual, if unaccompanied by
22 .\" the source, must acknowledge the copyright and authors of this work.
23 .\" License.
24 .\"
25 .\" Added BUGS section, aeb, 950919
26 .\" Translated to German Mon Jul 01 15:00:00 1996 by Patrick Rother <krd@gulu.net>
27 .\"
28 .TH TOASCII 3  "1. Juli 1996" "GNU" "Bibliotheksfunktionen"
29 .SH BEZEICHNUNG
30 toascii \- konvertiere ein Zeichen nach ASCII
31 .SH ÜBERSICHT
32 .nf
33 .B #include <ctype.h>
34 .sp
35 .BI "int toascii (int " "c" ");"
36 .fi
37 .SH BESCHREIBUNG
38 Die Funktion
39 .B toascii()
40 konvertiert
41 .I c
42 in einen 7-bit
43 .B unsigned char
44 - Wert, der in den ASCII-Zeichensatz passt, durch löschen der
45 höherwertigen Bits.
46 .SH "RÜCKGABEWERT"
47 Der zurückgegebene Wert ist das konvertierte Zeichen.
48 .SH "KONFORM ZU"
49 SVID, BSD
50 .SH BUGS
51 Viele Leute werde unglücklich sein wenn Sie diese Funktion benutzen.
52 Diese Funktion konvertiert Buchstaben mit Akzent in zufällige Zeichen.
53 .SH "SIEHE AUCH"
54 .BR isascii (3),
55 .BR toupper (3),
56 .BR tolower (3).
57