Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3c/./cconv_close.3c
Real path: /usr/share/man/man3c/cconv_close.3c
Zurück
'\" te .\" Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. .TH cconv_close 3C "3 Nov 2014" "Oracle Solaris 11.4" "Standard C Library Functions" .SH NAME cconv_close \- character sequence based code conversion deallocation function .SH SYNOPSIS .LP .nf #include <iconv.h> int cconv_close(cconv_t \fIcd\fR); .fi .SH DESCRIPTION .sp .LP The \fBcconv_close()\fR function deallocates the conversion descriptor (\fIcd\fR) and all other associated resources allocated by the \fBcconv_open\fR(3C) function. .sp .LP See EXAMPLES section of \fBcconv\fR(3C) for examples on how to use the function. .SH RETURN VALUES .sp .LP Upon successful completion, \fB0\fR is returned. Otherwise, \fB-1\fR is returned and \fBerrno\fR is set to indicate the error. .SH ERRORS .sp .LP The \fBcconv_close()\fR function may fail if: .sp .ne 2 .mk .na \fBEBADF\fR .ad .RS 9n .rt The conversion descriptor is invalid. .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Interface Stability Committed _ MT-Level MT-Safe .TE .sp .SH SEE ALSO .sp .LP \fBcconv\fR(3C), \fBcconv_open\fR(3C), \fBcconvctl\fR(3C), \fBattributes\fR(7)