Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/man/man3lib/libintl.3lib
Real path: /usr/share/man/man3lib/libintl.3lib
Zurück
'\" te .\" Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. .TH libintl 3LIB "23 Aug 2011" "Oracle Solaris 11.4" "Interface Libraries" .SH NAME libintl \- internationalization library .SH SYNOPSIS .LP .nf cc [ \fIflag\fR... ] \fIfile\fR... \fB-lintl\fR [ \fIlibrary\fR... ] #include <\fBlibintl.h\fR> #include <\fBlocale.h\fR> /* needed for \fBdcgettext()\fR only */ .fi .SH DESCRIPTION .sp .LP Historically, functions in this library provided wide character translations. This functionality now resides in \fBlibc\fR(3LIB). .sp .LP This library is maintained to provide backward compatibility for both runtime and compilation environments. The shared object is implemented as a filter on \fBlibc.so.1\fR. New application development need not specify \fB-lintl\fR. .SH INTERFACES .sp .LP The shared object \fBlibintl.so.1\fR provides the public interfaces defined below. See \fBintro\fR(3) for additional information on shared object interfaces. .sp .TS tab( ); lw(2.75i) lw(2.75i) . \fBbindtextdomain\fR \fBdcgettext\fR \fBdgettext\fR \fBgettext\fR \fBtextdomain\fR .TE .sp .SH FILES .sp .ne 2 .mk .na \fB\fB/lib/libintl.so.1\fR\fR .ad .RS 24n .rt a filter on \fB/lib/libc.so.1\fR .RE .sp .ne 2 .mk .na \fB\fB/lib/64/libintl.so.1\fR\fR .ad .RS 24n .rt a filter on \fB/lib/64/libc.so.1\fR .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 _ Availability system/library _ MT-Level Safe with exceptions .TE .sp .SH SEE ALSO .sp .LP \fBpvs\fR(1), \fBgettext\fR(3C), \fBlibc\fR(3LIB), \fBintro\fR(3), \fBattributes\fR(7)