aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/BI/literal.in
blob: ebd22a679929fc3640f8e878272f978d948d45a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.TH GETTEXT 3 "May 2001" "GNU gettext 0.18"
.SH NAME
gettext, dgettext, dcgettext \- translate message
.SH SYNOPSIS
.nf
.B #include <libintl.h>
.sp
.BI "char * gettext (const char * " msgid );
.BI "char * dgettext (const char * " domainname ", const char * " msgid );
.BI "char * dcgettext (const char * " domainname ", const char * " msgid ,
.BI "                  int " category );
.fi